blob: fb25613a02ace1d3e2a45db151e7a8e46e44cb5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Create debian package
apt-get install python-stdeb fakeroot python-all
https://pypi.python.org/pypi/stdeb/0.8.5
python setup.py --command-packages=stdeb.command –package=git-auto-deploy bdist_deb
python setup.py --command-packages=stdeb.command sdist_dsc bdist_deb
# Debianize
python setup.py --command-packages=stdeb.command debianize
|