diff --git a/debian/changelog b/debian/changelog index 83007323..4674ab22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +fail2ban (0.9.1+git44-gd65c4f8-2) UNRELEASED; urgency=medium + + * Moved python3-systemd to Recommends from Suggests given that systemd is + the default init system now. Should help people upgrading on Ubuntu 15.04 + as well + + -- Yaroslav Halchenko Sun, 26 Apr 2015 13:15:56 -0400 + fail2ban (0.9.1+git44-gd65c4f8-1) experimental; urgency=medium [ Christoph Anton Mitterer ] diff --git a/debian/control b/debian/control index d3a5098f..814d7ef1 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Standards-Version: 3.9.6 Package: fail2ban Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, lsb-base (>=2.0-7) -Recommends: iptables, whois, python3-pyinotify -Suggests: mailx, system-log-daemon, python3-systemd, monit +Recommends: iptables, whois, python3-pyinotify, python3-systemd +Suggests: mailx, system-log-daemon, monit 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