mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
recommend python-pyinotify and only suggest python-gamin
This commit is contained in:
parent
197edfc271
commit
b41a249161
2 changed files with 3 additions and 3 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -29,6 +29,7 @@ fail2ban (0.8.7-1) experimental; urgency=low
|
|||
* debian/control,rules:
|
||||
- switch to use dh_python2 (Closes: #616803)
|
||||
- boost policy compliance to 3.9.3
|
||||
- recommend python-pyinotify and only suggest python-gamin
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 31 Jul 2012 16:51:40 -0400
|
||||
|
||||
|
|
|
|||
5
debian/control
vendored
5
debian/control
vendored
|
|
@ -12,9 +12,8 @@ Standards-Version: 3.9.3
|
|||
Package: fail2ban
|
||||
Architecture: all
|
||||
Depends: ${python:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
|
||||
Recommends: iptables, whois, python-gamin
|
||||
Suggests: mailx
|
||||
XB-Python-Version: ${python:Versions}
|
||||
Recommends: iptables, whois, python-pyinotify
|
||||
Suggests: python-gamin, mailx
|
||||
Description: ban hosts that cause multiple authentication errors
|
||||
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
||||
/var/log/apache/access.log) and temporarily or persistently bans
|
||||
|
|
|
|||
Loading…
Reference in a new issue