mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
debian/watch: Use GitHub /tags rather than /releases page.
Changes-By: lintian-brush
This commit is contained in:
parent
7ae56ff588
commit
0d1a8eead7
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
|
@ -3,6 +3,9 @@ fail2ban (0.11.2-7) UNRELEASED; urgency=medium
|
|||
[ Gioele Barabucci ]
|
||||
* d/post{inst,rm},preinst: Remove code for ancient versions
|
||||
|
||||
[ Debian Janitor ]
|
||||
* debian/watch: Use GitHub /tags rather than /releases page.
|
||||
|
||||
-- Bastian Germann <bage@debian.org> Tue, 27 Sep 2022 12:47:12 +0200
|
||||
|
||||
fail2ban (0.11.2-6) unstable; urgency=medium
|
||||
|
|
|
|||
2
debian/watch
vendored
2
debian/watch
vendored
|
|
@ -1,2 +1,2 @@
|
|||
version=4
|
||||
opts=filenamemangle=s/.*\/(.*)/fail2ban-$1\.tar\.gz/ https://github.com/fail2ban/fail2ban/releases .*tags/(\d[\d\.]+).tar.gz
|
||||
opts=filenamemangle=s/.*\/(.*)/fail2ban-$1\.tar\.gz/ https://github.com/fail2ban/fail2ban/tags .*tags/(\d[\d\.]+).tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue