File: control

package info (click to toggle)
libiptables-chainmgr-perl 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 84 kB
  • ctags: 18
  • sloc: perl: 484; makefile: 41
file content (29 lines) | stat: -rw-r--r-- 1,388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libiptables-chainmgr-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.10-12), libiptables-parse-perl (>= 0.7),
 libnetwork-ipv4addr-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Franck Joncourt <franck.mail@dthconnex.com>,
 Martín Ferrari <tincho@debian.org>
Standards-Version: 3.8.0
Homepage: http://www.cipherdyne.com/modules/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libiptables-chainmgr-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libiptables-chainmgr-perl/

Package: libiptables-chainmgr-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libiptables-parse-perl (>= 0.7),
 libnetwork-ipv4addr-perl
Conflicts: psad (<= 2.1.2-1)
Replaces: psad (<= 2.1.2-1)
Description: Perl extension for manipulating iptables policies
 The "IPTables::ChainMgr" package provides an interface to manipulate iptables
 policies on Linux systems through the direct execution of iptables commands.
 .
 Then, it is easy to execute iptables commands directly in order to both parse
 and change the configuration of the policy. Further, this simplifies 
 installation since the only external requirement is (in the spirit of 
 scripting) to be able to point IPTables::ChainMgr at an installed iptables 
 binary instead of having to compile against a library.