mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
debian/watch -- not using githubredir service any longer
This commit is contained in:
parent
9a1960369c
commit
944c24f2d1
2 changed files with 3 additions and 2 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -1,6 +1,7 @@
|
|||
fail2ban (0.9.5-1) unstable; urgency=medium
|
||||
|
||||
* Fresh upstream release
|
||||
* debian/watch -- not using githubredir service any longer
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 14 Jul 2016 21:37:03 -0400
|
||||
|
||||
|
|
|
|||
4
debian/watch
vendored
4
debian/watch
vendored
|
|
@ -2,5 +2,5 @@
|
|||
# Run the "uscan" command to check for upstream updates and more.
|
||||
# Site Directory Pattern Version Script
|
||||
version=3
|
||||
opts="filenamemangle=s/.*\/(.*).tar.gz/fail2ban_$1\.orig.tar.gz/" \
|
||||
http://githubredir.debian.net/github/fail2ban/fail2ban /([\.0-9]*).tar.gz
|
||||
opts="filenamemangle=s/.*\/(.*)/fail2ban-$1\.tar\.gz/" \
|
||||
http://github.com/fail2ban/fail2ban/tags .*archive/(\d[\d\.]+).tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue