Bug#864849: [patch] fix watch file

2017-12-12 Thread Laurent Bigonville
On Fri, 16 Jun 2017 08:56:06 +1000 Vincent McIntyre 
 wrote:


> thanks mate
>
>
> This patch makes uscan do something useful again.
>
> --- a/debian/watch
> +++ b/debian/watch
> @@ -1,2 +1,2 @@
> version=3
> 
-ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-(5[^-]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
> +https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git/refs/ 
.*tag/\?h=release_(\d)_(\d)_(\d)


Is it really necessary to look in git?

https://www.kernel.org/pub/linux/daemons/autofs/v5/ works well

-ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-(5[^-]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+http://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-(5[^-]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)



Bug#864849: [patch] fix watch file

2017-06-15 Thread Vincent McIntyre
Package: autofs
Severity: normal
Version: 5.1.2
Tags: patch

thanks mate


This patch makes uscan do something useful again.

--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-(5[^-]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git/refs/ 
.*tag/\?h=release_(\d)_(\d)_(\d)


% uscan --report --verbose --watchfile debian/watch
-- In debian/watch, processing watchfile line:
   https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git/refs/ 
.*tag/\?h=release_(\d)_(\d)_(\d)
-- Found the following matching hrefs:
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_1_3 (5.1.3)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_1_2 (5.1.2)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_1_1 (5.1.1)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_1_0 (5.1.0)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_9 (5.0.9)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_8 (5.0.8)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_7 (5.0.7)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_6 (5.0.6)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_5 (5.0.5)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_4 (5.0.4)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_3 (5.0.3)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_2 (5.0.2)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_0_1 (5.0.1)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_4_1_1 (4.1.1)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_4_1_2 (4.1.2)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_4_1_3 (4.1.3)
 /pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_4_1_4 (4.1.4)
Newest version on remote site is 5.1.3, local version is 5.1.2
 => Newer version available from

https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git/tag/?h=release_5_1_3

Kind regards
Vince