diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2013-12-01 20:20:18 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2013-12-01 20:20:18 -0800 |
commit | 7f1e5885e19830de5337ad505bc218d16ec0374a (patch) | |
tree | b7df8d4e102d1bbb63a5563d8c53828913839b1e /debian/control | |
download | iptables-rrdtool-7f1e5885e19830de5337ad505bc218d16ec0374a.tar.gz iptables-rrdtool-7f1e5885e19830de5337ad505bc218d16ec0374a.zip |
Initial commit
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c1ba8fa --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: iptables-rrdtool +Maintainer: Joe Rayhawk <jrayhawk@omgwallhack.org> +Section: admin +Build-depends: debhelper (>= 7) +Priority: extra +Homepage: http://piny.be/iptables-rrdtool/ +Standards-version: 3.9.1 + +Package: iptables-rrdtool +Architecture: all +Depends: ${misc:Depends}, bash (>= 4.0), rrdtool, moreutils, base-files (>= 6.2) | initscripts (>= 2.88dsf-13.3) +Recommends: cron +Description: Cronjob to generate RRD files from all iptables rule counters + Creates RRDs for every iptables rule every five munutes and optionally graphs + them. |