summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-03-11 23:48:52 +0100
committerOliver Poignant <oliver@poignant.se>2016-03-11 23:48:52 +0100
commit87797cfbb4d0b640997e3501144ca2f59b55baae (patch)
tree24cf592540c04b34862979c7f17337e908f27bea /docs
parent65e382c3909841766c8c7ebc64cb74e4dbf1d990 (diff)
downloadGit-Auto-Deploy-87797cfbb4d0b640997e3501144ca2f59b55baae.zip
Git-Auto-Deploy-87797cfbb4d0b640997e3501144ca2f59b55baae.tar.gz
Git-Auto-Deploy-87797cfbb4d0b640997e3501144ca2f59b55baae.tar.bz2
Debian packaging setup
Diffstat (limited to 'docs')
-rw-r--r--docs/Useful commands.md6
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