summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-07-26 23:11:07 +0200
committerPaul Buetow <paul@buetow.org>2013-07-26 23:11:07 +0200
commit34fe596df863679a3772918e1a0c62118c0a171b (patch)
treeeffdfe6e03fdc4b7a6782d707854fc0a0d073ea3 /Makefile
parentea3f54224daf253249fb9f5c3ee7ef73a516ef74 (diff)
New release
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