debian/watch: simplify the watch file, use the git mode to fetch tags
authorAntonio Ospite <ao2@ao2.it>
Sun, 11 Dec 2016 09:24:25 +0000 (10:24 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sun, 11 Dec 2016 09:24:25 +0000 (10:24 +0100)
Fun fact: the uscan man page uses tweeper as an example for mode=git.
So the new tweeper watch file is actually an *exact* copy of the uscan
example :)

debian/watch

index 6beea40..649b40c 100644 (file)
@@ -1,5 +1,4 @@
-version=3
-
-opts=downloadurlmangle=s/shortlog\/refs\/tags\/(v[\d\.]+)/snapshot\/$1.tar.gz/,\
-filenamemangle=s/.*v([\d\.]+)$/tweeper-$1.tar.gz/ \
-  https://git.ao2.it/tweeper.git/tags  ^.*v([\d\.]+)
+version=4
+opts="mode=git, pgpmode=none" \
+http://git.ao2.it/tweeper.git \
+refs/tags/v([\d\.]+) debian uupdate