From fa21222c635074d44f7f9aeb1924d9429553f93a Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 23 Nov 2007 12:49:15 -0500 Subject: [PATCH] * Moved iptables into recommends since fail2ban can work without iptables using some other action (e.g hosts.deny) --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b27c1412..0c1aa85d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ fail2ban (0.8.1-3) unstable; urgency=low * Added Vcs- fields, moved Homepage into source header's field + * Moved iptables into recommends since fail2ban can work without iptables + using some other action (e.g hosts.deny) -- Yaroslav Halchenko Fri, 23 Nov 2007 11:08:09 -0500 diff --git a/debian/control b/debian/control index 069d01d2..45957b40 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Standards-Version: 3.7.2 Package: fail2ban Architecture: all -Depends: ${python:Depends}, iptables, lsb-base (>=2.0-7) +Depends: ${python:Depends}, lsb-base (>=2.0-7) +Recommends: iptables Suggests: python-gamin, mailx XB-Python-Version: ${python:Versions} Description: bans IPs that cause multiple authentication errors