Reputation: 1811
I've created a GUI frontend in Python for playing and recording audio streams and would like to create a .deb file so my friends can easily install the script on their Ubuntu systems. This is my first time attempting to create a .deb file and so far I'm a bit confused by all the different tutorials on the web. The script consists of a single Python file (urlplayer.py) and depends on mplayer and python-tk. I'm a complete newbie when it comes to this and would really appreciate any help or links which will point me in the right direction.
Thanks, guys!
Upvotes: 3
Views: 1060
Reputation: 19644
See https://github.com/hpfem/hermes/wiki/Create-.deb-Package-for-Femhub
See also Making a deb from a python file
Upvotes: 1
Reputation: 1715
The best documentation, although not the friendliest, is the Debian New Maintainer's Guide. You could always pop into #debian-mentors on irc://irc.oftc.net for help if your stuck after reading the guide.
Upvotes: 2