From 54812120bd51879773e8641b072d556edfa79294 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 23 Oct 2021 16:01:08 +0200 Subject: [PATCH] Fix the watch file --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7ea3bf08..ca8eb54b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ fail2ban (0.11.2-3) UNRELEASED; urgency=medium * Update standards version to 4.5.1, no changes needed. * Remove constraints unnecessary since buster: + fail2ban: Drop versioned constraint on lsb-base in Depends. + * Fix the watch file -- Debian Janitor Tue, 13 Jul 2021 19:39:48 -0000 diff --git a/debian/watch b/debian/watch index 2267a25f..bbb35fcf 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -opts=filenamemangle=s/.*\/(.*)/fail2ban-$1\.tar\.gz/ https://github.com/fail2ban/fail2ban/tags .*archive/(\d[\d\.]+).tar.gz +opts=filenamemangle=s/.*\/(.*)/fail2ban-$1\.tar\.gz/ https://github.com/fail2ban/fail2ban/releases .*tags/(\d[\d\.]+).tar.gz