docker-scripts-archived / dev--LTSP

Virtual LTSP server with vagrant and/or docker-scripts.
GNU General Public License v3.0
7 stars 6 forks source link

Get familiar with building ubuntu/debian packages #7

Closed dashohoxha closed 6 years ago

dashohoxha commented 6 years ago

You may have to port some packages from ubuntu to debian, or maybe to create some new packages.

  1. Find some good tutorials about how to create and submit debian packages.
  2. Find the relevant mailing lists about creating and maintaining debian packages and subscribe to them.

Report the results of your findings as comments.

d78ui98 commented 6 years ago

Here are some very good resources that I found -

Here is the list of relevent and active mailing lists -

dashohoxha commented 6 years ago

Focus on closing the pending tasks first.

dashohoxha commented 6 years ago

I find this tutorial very nice and interesting and describing what we need to do for this project: building deb packages for internal use, without submitting them to Debian repositories: http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/

dashohoxha commented 6 years ago

I also find these tutorial interesting (although they are a bit old, and I am not sure if they are still relevant):