On Fri, 16 Jun 2017 08:56:06 +1000 Vincent McIntyre
<vincent.mcint...@csiro.au> 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)