mirror of https://github.com/fail2ban/fail2ban
debian/watch - restrict version matching only to numbers and period (to exclude alpha releases of 0.9 series)
parent
8960b5734a
commit
965c07cb26
|
@ -1,3 +1,11 @@
|
|||
fail2ban (0.8.10-4) UNRELEASED; urgency=low
|
||||
|
||||
* debian/watch
|
||||
- restrict version matching only to numbers and period (to exclude
|
||||
alpha releases of 0.9 series)
|
||||
|
||||
--
|
||||
|
||||
fail2ban (0.8.10-3) unstable; urgency=low
|
||||
|
||||
* debian/jail.conf
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
# 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
|
||||
http://githubredir.debian.net/github/fail2ban/fail2ban /([\.0-9]*).tar.gz
|
||||
|
|
Loading…
Reference in New Issue