From 3b4bf59c6a8e975ad52c78163f04c3dd16f7e9d4 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 26 Apr 2015 13:17:01 -0400 Subject: [PATCH] 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 --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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