Fix debian/watch
authorAfif Elghraoui <afif@ghraoui.name>
Mon, 8 Jun 2015 05:41:42 +0000 (22:41 -0700)
committerAfif Elghraoui <afif@ghraoui.name>
Mon, 8 Jun 2015 05:41:42 +0000 (22:41 -0700)
uscan could not detect newer versions by using the github releases
page. Using github tags as recommended in the uscan manpage works.

debian/watch

index 6ee45b5e72cebe813a700270d65b50732f2ce1cb..9c837253a502fafa386bb39f602ddf8c2b059b2d 100644 (file)
@@ -1,2 +1,2 @@
 version=3
-https://github.com/pysam-developers/pysam/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+https://github.com/pysam-developers/pysam/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz