Because I can't figure out how to publish my program because I do not understand the packaging, I have some questions:
Why can't I just upload a directory of files* to the ppa, and a setup file that is executed if I type "sudo apt-get install package-name" and the setup-file only does these things:
- Copy the files of the directory in the ppa to their location on the users's system
- Install dependencies (pyhton3, python3-pyqt, and such)
Is this possible?
*The copied files include the main python script, data files and icons.