diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-08 22:52:17 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-08 22:52:17 +0100 |
commit | 65e382c3909841766c8c7ebc64cb74e4dbf1d990 (patch) | |
tree | 74f3b4743008397c0e50ed72d9990e9ef14cb7eb /docs/Useful commands.md | |
parent | e1ba07d62c91ac2e112d021f038373cd411abdf9 (diff) | |
download | Git-Auto-Deploy-65e382c3909841766c8c7ebc64cb74e4dbf1d990.zip Git-Auto-Deploy-65e382c3909841766c8c7ebc64cb74e4dbf1d990.tar.gz Git-Auto-Deploy-65e382c3909841766c8c7ebc64cb74e4dbf1d990.tar.bz2 |
Added skeleton for debian packaging
Diffstat (limited to 'docs/Useful commands.md')
-rw-r--r-- | docs/Useful commands.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Useful commands.md b/docs/Useful commands.md new file mode 100644 index 0000000..37b39c6 --- /dev/null +++ b/docs/Useful commands.md @@ -0,0 +1,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 |