Source: autofs Version: 5.0.8-1 Severity: minor Tags: patch Hi
Upstream switched to .tar.xz and .tar.gz only since 5.0.9 apparently. Attached is proposed diff for a new debian/watch file to monitor for new upstream versions. Regards, Salvatore
>From 130d7dba5fdd814d7dcf570313857ffe50e95d93 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso <[email protected]> Date: Sat, 28 Feb 2015 16:01:11 +0100 Subject: [PATCH] Scan for upstream tarballs in various formats The previous watch files only looked for bz2 compressed upstream tarballs. Upstream switched to tar.xz and tar.gz only since 5.0.9. Adjust the watch file to catch new upstream versions. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index c3b03e4..590ed68 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-(5[^-]*)\.tar\.bz2 +ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-(5[^-]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) -- 2.1.4

