summaryrefslogtreecommitdiffstats
path: root/docs/Useful commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Useful commands.md')
-rw-r--r--docs/Useful commands.md11
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