diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-13 23:07:50 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-13 23:07:50 +0100 |
commit | 2465cfc4a3669282523daf168e8c408880f3dd4d (patch) | |
tree | 18abeadf13559334abe17044f80dea3fa6f3ccbe /docs/Useful commands.md | |
parent | 5a8caf8b9c9f4f283dffac33b461b5c43ad64eed (diff) | |
parent | 86ff375bf4c4b6c04ab44ea4be7dd90730f824c1 (diff) | |
download | Git-Auto-Deploy-2465cfc4a3669282523daf168e8c408880f3dd4d.zip Git-Auto-Deploy-2465cfc4a3669282523daf168e8c408880f3dd4d.tar.gz Git-Auto-Deploy-2465cfc4a3669282523daf168e8c408880f3dd4d.tar.bz2 |
Merge pull request #77 from olipo186/developmentv0.2.0
Development
Diffstat (limited to 'docs/Useful commands.md')
-rw-r--r-- | docs/Useful commands.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Useful commands.md b/docs/Useful commands.md new file mode 100644 index 0000000..fb25613 --- /dev/null +++ b/docs/Useful commands.md @@ -0,0 +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 –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 |