tags: patch thanks mate I noticed a new upstream version (0.7.1) so I thought I would try to make uscan notice as well. This seems to work reliably:
--- debian/watch.orig 2017-06-06 16:48:45.205127553 +1000 +++ debian/watch 2017-06-06 17:18:16.788922857 +1000 @@ -1,3 +1,4 @@ # format version number, currently 3; this line is compulsory! version=3 -http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-([\d\.]*)\.tar\.bz2 +http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=tags .*a=log;h=refs/tags/(\d[\d\.]*[^\s]*) + % uscan --report --verbose --watchfile debian/watch -- In debian/watch, processing watchfile line: http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=tags .*a=log;h=refs/tags/(\d[\d\.]*) -- Found the following matching hrefs: /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.7.1 (0.7.1) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.7.0 (0.7.0) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.6.4 (0.6.4) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.6.3 (0.6.3) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.6.2 (0.6.2) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.6.1 (0.6.1) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.6.0 (0.6.0) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.5.0 (0.5.0) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.4.9 (0.4.9) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.4.8 (0.4.8) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.4.7 (0.4.7) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.4.6 (0.4.6) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.4.5 (0.4.5) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.4.5-pre4 (0.4.5-pre4) /gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.4.5-pre3 (0.4.5-pre3) Newest version on remote site is 0.7.1, local version is 0.6.4 => Newer version available from http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=log;h=refs/tags/0.7.1 Cheers Vince