debian/watch - restrict version matching only to numbers and period (to exclude alpha releases of 0.9 series)

pull/808/head
Yaroslav Halchenko 2013-07-08 10:08:35 -04:00
parent 8960b5734a
commit 965c07cb26
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -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

2
debian/watch vendored
View File

@ -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