I'm a bit new to desktop programming, and I currently prefer to work with scripting languages (open source and all). When I polish a tool off I then want to release it for installation via apt-get but I have not found any guides or information whatsoever on how to release software on apt-get.
I understand that distributing the files to install can be done via a personal launchpad ppa, with the overhead of manually adding my ppa via apt-add-repository
(Though I have not experienced this step, I just presume my understand is sound); Though I'm more interested in the next steps. Do I need to fill an application to get onto apt-get's default lists or what?
Appreciate your help <3