summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-21 13:28:42 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-21 13:28:42 +0100
commit81bdf7cb1d1b30f029b972f69fa71efd05bfb958 (patch)
tree4dc059c69c3250d014bd46a0b3963a838f993534 /Makefile
parent4cfab62af7743baea6993bb41b318ad7095c9dba (diff)
fix this
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c501396..4436700 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ dch:
dch -i
dput:
- dput wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
+ dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
release: dch deb dput
bash -c "git tag $$(cat .version)"