diff options
Diffstat (limited to 'docs/Useful commands.md')
-rw-r--r-- | docs/Useful commands.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Useful commands.md b/docs/Useful commands.md index 37b39c6..fb25613 100644 --- a/docs/Useful commands.md +++ b/docs/Useful commands.md @@ -1,7 +1,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 bdist_deb +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 |