diff --git a/debian/changelog b/debian/changelog index 71eeb9d2..260d1d64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ fail2ban (0.11.2-3) unstable; urgency=medium [ Sylvestre Ledru ] * Fix the watch file + * Fix the roundcube debian custom path (Closes: #988323) + Thanks to Kurt Fitzner for the patch -- Sylvestre Ledru Sat, 23 Oct 2021 16:09:47 +0200 diff --git a/debian/patches/debian_roundcube.diff b/debian/patches/debian_roundcube.diff new file mode 100644 index 00000000..078e8e25 --- /dev/null +++ b/debian/patches/debian_roundcube.diff @@ -0,0 +1,11 @@ +Index: fail2ban/config/paths-debian.conf +=================================================================== +--- fail2ban.orig/config/paths-debian.conf ++++ fail2ban/config/paths-debian.conf +@@ -26,3 +26,6 @@ exim_main_log = /var/log/exim4/mainlog + # was in debian squeezy but not in wheezy + # /etc/proftpd/proftpd.conf (SystemLog) + proftpd_log = /var/log/proftpd/proftpd.log ++ ++# Debian specific path ++roundcube_errors_log = /var/log/roundcube/errors.log diff --git a/debian/patches/series b/debian/patches/series index 2b09ec6f..e496baa2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ python3-test-suite.diff no-python-user.diff roundcube.diff fix-mail.patch +debian_roundcube.diff