mirror of https://github.com/fail2ban/fail2ban
adjusted to comply with recent changed of debian python policy
parent
ed6a45f1a6
commit
7fbc1b16a0
|
@ -1,12 +1,14 @@
|
||||||
fail2ban (0.6.1-10) unstable; urgency=low
|
fail2ban (0.6.1-10) unstable; urgency=low
|
||||||
|
|
||||||
|
* Adjusted to comply with recent changes in debian python policy and use
|
||||||
|
pycentral to byte compile modules
|
||||||
* Filtered out empty entries for ignoreip to reduce confusing WARNING log
|
* Filtered out empty entries for ignoreip to reduce confusing WARNING log
|
||||||
message
|
message
|
||||||
* Added configuration parameter "locale" to specify LC_TIME for time
|
* Added configuration parameter "locale" to specify LC_TIME for time
|
||||||
pattern matching (closes: #367990,363391)
|
pattern matching (closes: #367990,363391)
|
||||||
* Verbosity is chosen to be max between cmdline parameters and config file
|
* Verbosity is chosen to be max between cmdline parameters and config file
|
||||||
|
|
||||||
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 3 Jul 2006 21:59:34 -0400
|
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 4 Jul 2006 00:22:19 -0400
|
||||||
|
|
||||||
fail2ban (0.6.1-9) unstable; urgency=low
|
fail2ban (0.6.1-9) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,14 @@ Priority: optional
|
||||||
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
|
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
|
||||||
Uploaders: Barak Pearlmutter <bap@debian.org>
|
Uploaders: Barak Pearlmutter <bap@debian.org>
|
||||||
Build-Depends: debhelper (>= 4.1.67), dpatch
|
Build-Depends: debhelper (>= 4.1.67), dpatch
|
||||||
Build-Depends-Indep: python, python-dev, help2man
|
Build-Depends-Indep: python, python-dev, help2man, python-central (>= 0.4.17)
|
||||||
|
XS-Python-Version: current, >= 2.3
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: fail2ban
|
Package: fail2ban
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python (>=2.3), iptables, lsb-base (>=2.0-7)
|
Depends: ${python:Depends}, iptables, lsb-base (>=2.0-7)
|
||||||
|
XB-Python-Version: ${python:Versions}
|
||||||
Description: bans IPs that cause multiple authentication errors
|
Description: bans IPs that cause multiple authentication errors
|
||||||
Monitors (in daemon mode) or just scans log files (e.g. /var/log/auth.log,
|
Monitors (in daemon mode) or just scans log files (e.g. /var/log/auth.log,
|
||||||
/var/log/apache/access.log) and temporarily bans failure-prone
|
/var/log/apache/access.log) and temporarily bans failure-prone
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
2
|
|
@ -75,8 +75,7 @@ binary-indep: install $(MANPAGE)
|
||||||
# dh_installcron
|
# dh_installcron
|
||||||
# dh_installinfo
|
# dh_installinfo
|
||||||
dh_installman fail2ban.8 man/fail2ban.conf.5
|
dh_installman fail2ban.8 man/fail2ban.conf.5
|
||||||
# just for maint scripts. I don't want to use ${python:Depends} to be portable between
|
dh_pycentral
|
||||||
# systems with different pythons
|
|
||||||
dh_python
|
dh_python
|
||||||
dh_link
|
dh_link
|
||||||
dh_compress
|
dh_compress
|
||||||
|
|
Loading…
Reference in New Issue