creating a debian package for python library

This as a quick and dirty (filthy) guide to creating a debian package for a pythin library stored in a git repository. I assume you have no gzip file to download and compile the which is what the standard package building tools expect. I used information here as a basis. Dependencies: python-stdeb devscripts In the root of your git repo run the following command to “debianize”. python setup.py --command-packages=stdeb. [Read More]