From: Afif Elghraoui Date: Mon, 8 Jun 2015 05:41:42 +0000 (-0700) Subject: Fix debian/watch X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~337 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1655f1b085a8d6ae7a9f02f492a2adebd426fc93;p=python-pysam.git Fix debian/watch uscan could not detect newer versions by using the github releases page. Using github tags as recommended in the uscan manpage works. --- diff --git a/debian/watch b/debian/watch index 6ee45b5..9c83725 100644 --- a/debian/watch +++ b/debian/watch @@ -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