diff --git a/debian/changelog b/debian/changelog index 609da0cc..7ea3bf08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ fail2ban (0.11.2-3) UNRELEASED; urgency=medium + Build-Depends: Drop versioned constraint on debhelper. * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. + * Remove constraints unnecessary since buster: + + fail2ban: Drop versioned constraint on lsb-base in Depends. -- Debian Janitor Tue, 13 Jul 2021 19:39:48 -0000 diff --git a/debian/control b/debian/control index ad0c5405..0ce33aea 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Standards-Version: 4.5.1 Package: fail2ban Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, lsb-base (>=2.0-7) +Depends: ${python3:Depends}, ${misc:Depends}, lsb-base Recommends: nftables | iptables, whois, python3-pyinotify, python3-systemd Suggests: mailx, system-log-daemon, monit, sqlite3 Description: ban hosts that cause multiple authentication errors