summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d320215..72c3e8c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,11 +33,14 @@ documentation:
# Build a debian package (don't sign it, modify the arguments if you want to sign it)
deb: all
- dpkg-buildpackage -uc -us
+ dpkg-buildpackage
dch:
dch -i
+dput:
+ dput wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
+
release: dch deb
bash -c "git tag $$(cat .version)"
git push --tags