diff options
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. |