Source: parted Version: 2.3-14 Severity: minor Tags: patch Hi,
the current watch file matches also the extension, so currently the latest version reported by uscan is "3.1.xz" instead of "3.1". The attached patch escapes the period characters and the extension group, so the only match is the version number. Thanks, -- Pino
--- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://ftp.gnu.org/gnu/parted/parted-(.*).tar.(gz|xz) +http://ftp.gnu.org/gnu/parted/parted-(.*)\.tar\.(?:gz|xz)

