
Creating a debian package from a python distutils package
This is the process for converting a python package into a debian package, this is helpful when runnign a debian system, as you can then manage python modules with standard debian package management tools. Install python-stdeb Convert python package to…