mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Drop dependency on lsb-base
It is a transitional package to sysvinit-utils which is essential.
This commit is contained in:
parent
a22288b380
commit
07731bce07
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -22,7 +22,7 @@ Standards-Version: 4.6.1
|
|||
|
||||
Package: fail2ban
|
||||
Architecture: all
|
||||
Depends: ${python3:Depends}, ${misc:Depends}, lsb-base
|
||||
Depends: ${python3:Depends}, ${misc:Depends}
|
||||
Recommends: nftables | iptables, whois, python3-pyinotify, python3-systemd
|
||||
Suggests: mailx, system-log-daemon, monit, sqlite3
|
||||
Description: ban hosts that cause multiple authentication errors
|
||||
|
|
|
|||
Loading…
Reference in a new issue