mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Remove the old dep to Python (Cloes: #945670)
This commit is contained in:
parent
592e59ad97
commit
1ab9964213
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -3,6 +3,7 @@ fail2ban (0.11.1-1) UNRELEASED; urgency=medium
|
|||
[ Sylvestre Ledru ]
|
||||
* New upstream release (Closes: #922539)
|
||||
* Import fail2ban in the Debian Python Umbrella (Closes: #947926)
|
||||
* Remove the old dep to Python (Closes: #945670)
|
||||
|
||||
[ Jelmer Vernooij ]
|
||||
* Use secure URI in Vcs control header.
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -20,7 +20,7 @@ Standards-Version: 4.1.3
|
|||
Package: fail2ban
|
||||
Architecture: all
|
||||
Depends: ${python3:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
|
||||
Recommends: python, iptables|nftables, whois, python3-pyinotify, python3-systemd
|
||||
Recommends: iptables|nftables, whois, python3-pyinotify, python3-systemd
|
||||
Suggests: mailx, system-log-daemon, monit, sqlite3
|
||||
Description: ban hosts that cause multiple authentication errors
|
||||
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
||||
|
|
|
|||
Loading…
Reference in a new issue