blob: 37b39c6741e65d515dd07c468db357e2547741a4 (
plain)
1
2
3
4
5
6
7
|
# Create debian package
https://pypi.python.org/pypi/stdeb/0.8.5
python setup.py --command-packages=stdeb.command bdist_deb
# Debianize
python setup.py --command-packages=stdeb.command debianize
|