File: control

package info (click to toggle)
libiptables-chainmgr-perl 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 152 kB
  • ctags: 36
  • sloc: perl: 943; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,309 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
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libiptables-parse-perl, libnetaddr-ip-perl, perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libiptables-chainmgr-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libiptables-chainmgr-perl.git
Homepage: https://metacpan.org/release/IPTables-ChainMgr

Package: libiptables-chainmgr-perl
Architecture: all
Depends:
 libiptables-parse-perl,
 libnetaddr-ip-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: Perl extension for manipulating iptables policies
 The IPTables::ChainMgr module 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.