LinuxJensMakingDeb
From Wiki
This is the wiki page for the showmedo video Ubuntu: Making a .deb package out of a Python program
Contents |
Welcome
Feel free to edit or use the discussion page of to leave comments. A better way to stay in talk is to contact me direct by email, see User:Horstjens for details.
Please consider the that all your contributions fall under the Creative-Commons Attribution-NonCommercial-ShareAlike 2.5 license (see http://creativecommons.org/about/) and that some of your contributions will hopefully become part of a book about Pygame...also here at ShowMeDo.
Credits
I want to thank my technical Advisor Alexander Hungenburg for his help.
About the video
Creating a program with python is fun; but how do you share it with other users running Linux? Since not everyone is technically experienced enough to install python, all required python-modules, the program itself and make an menu entry for it, this wiki will help show you how to do this. The video shows you how to make an ready-to-doubleklick, self-installed debian-package (.deb) from your python program.
Technical information
The video was recorded and tested on a Ubuntu 6.10 (Edgy Eft) System but should work on all Debian-based Linux Systems.
Download section
- Transcript of the video:
- in Open-Office format: from_py_to_deb.odp. You will need Open Office 2.0 to read this document.
- in PDF format: from_py_do_deb.pdf. You will need Acrobat Reader to read this document.
- Example game: rockpaperscissors16.tar.gz source code package (before the video).
- Example game: rockpaperscissors_0.16-1_i386.deb final debian package (after the video).
- Wallpaperslidechanger: wallpaperslidechanter_py. A python script to change the background wallpaper during the video (NOTE you will need to rename this to end with .py rather than _py, we have a mis-configured server which forbids us from ending a file with .py!).
News
- 2007-11-25 I'm not sure how much the new Launchpad function from Ubuntu makes this video obsolete:

