summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-14 11:08:22 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-14 11:08:22 +0200
commitff998d23645413e3134d2bc546b8443e2189e51b (patch)
tree70f0b12347a37af7d2e9d0814a7ac071f56dcacf /Makefile
parentf88e6f65409456073441dae532a2b94e5fdfa28a (diff)
New release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8fc14d..c0a0868 100644
--- a/Makefile
+++ b/Makefile
@@ -68,3 +68,7 @@ clean-top:
rm ../$(NAME)_*.changes
rm ../$(NAME)_*.deb
+dput:
+ dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
+ dput -u jessie-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
+