简体   繁体   中英

How to create a .deb of a single Python script

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!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM