summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2007-11-23 12:50:39 -0500
committerYaroslav Halchenko <debian@onerussian.com>2007-11-23 12:50:39 -0500
commit24d8b44c2a7436c696d0d619c8526692e5c2ab10 (patch)
treeaf0ae81312c53bf99893a75fdd45f1f14df6f63b
parentee25282f34a3b972ca3d88881b8cd4056938b572 (diff)
parentfa21222c635074d44f7f9aeb1924d9429553f93a (diff)
downloadfail2ban-24d8b44c2a7436c696d0d619c8526692e5c2ab10.tar.gz
* Moved iptables into recommends since fail2ban can work without iptablesdebian/0.8.1-3
using some other action (e.g hosts.deny)
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ab84cdd6..99f90ef5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ fail2ban (0.8.1-3) unstable; urgency=low
* BF: removed sftp from ssh jails (closes: #436053)
* NF: new filter for 'refused connect' (closes: #451093). Thanks Guido
Bozzetto
+ * Moved iptables into recommends since fail2ban can work without iptables
+ using some other action (e.g hosts.deny)
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 23 Nov 2007 11:42:24 -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