adjusted to comply with recent changed of debian python policy

debian-releases/etch
Yaroslav Halchenko 19 years ago
parent ed6a45f1a6
commit 7fbc1b16a0

4
debian/changelog vendored

@ -1,12 +1,14 @@
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
message
* Added configuration parameter "locale" to specify LC_TIME for time
pattern matching (closes: #367990,363391)
* 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

6
debian/control vendored

@ -4,12 +4,14 @@ Priority: optional
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Uploaders: Barak Pearlmutter <bap@debian.org>
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
Package: fail2ban
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
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

1
debian/pycompat vendored

@ -0,0 +1 @@
2

3
debian/rules vendored

@ -75,8 +75,7 @@ binary-indep: install $(MANPAGE)
# dh_installcron
# dh_installinfo
dh_installman fail2ban.8 man/fail2ban.conf.5
# just for maint scripts. I don't want to use ${python:Depends} to be portable between
# systems with different pythons
dh_pycentral
dh_python
dh_link
dh_compress

Loading…
Cancel
Save