From 9c3b37313b57a5e29423083b9c8f0fcd61054668 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Nov 2020 21:47:38 +0100 Subject: [PATCH] Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html --- debian/changelog | 1 + debian/watch | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index dfab8307..15d83269 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ fail2ban (0.11.1-4) UNRELEASED; urgency=medium * Fix day-of-week for changelog entry 0.5.4-2. + * Update watch file format version to 4. -- Sylvestre Ledru Mon, 23 Nov 2020 21:47:27 -0000 diff --git a/debian/watch b/debian/watch index 07fe1217..2267a25f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,2 @@ -# watch control file for uscan -# Run the "uscan" command to check for upstream updates and more. -# Site Directory Pattern Version Script -version=3 -opts="filenamemangle=s/.*\/(.*)/fail2ban-$1\.tar\.gz/" \ - https://github.com/fail2ban/fail2ban/tags .*archive/(\d[\d\.]+).tar.gz +version=4 +opts=filenamemangle=s/.*\/(.*)/fail2ban-$1\.tar\.gz/ https://github.com/fail2ban/fail2ban/tags .*archive/(\d[\d\.]+).tar.gz