From 47a2ffa95ac787382f439505a257468ea666d17d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 2 Jan 2024 20:02:10 +0100 Subject: [PATCH] Move python3-systemd as depend (Closes: #770171) --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d19c5e9..b8a54c63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ fail2ban (1.0.2-3) unstable; urgency=medium * Add banaction = nftables in the defaults-debian.conf default see https://github.com/fail2ban/fail2ban/discussions/3575#discussioncomment-7045315 + * Move python3-systemd as depend (Closes: #770171) -- Sylvestre Ledru Tue, 19 Sep 2023 13:55:20 +0200 diff --git a/debian/control b/debian/control index 3f9b399f..ab979077 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,8 @@ Standards-Version: 4.6.1 Package: fail2ban Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} -Recommends: nftables | iptables, whois, python3-pyinotify, python3-systemd +Depends: ${python3:Depends}, ${misc:Depends}, python3-systemd +Recommends: nftables | iptables, whois, python3-pyinotify 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,