control 3.03 KB
Newer Older
1
2
3
Source: iptables
Section: net
Priority: important
4
Maintainer: iptables devel team <pkg-netfilter-devel@lists.alioth.debian.org>
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Uploaders: Laurence J. Lane <ljlane@debian.org>,
           Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Build-Depends: autoconf,
               automake,
               bison,
               debhelper (>= 9),
               dh-autoreconf,
               flex,
               libmnl-dev,
               libnetfilter-conntrack-dev,
               libnetfilter-conntrack3,
               libnfnetlink-dev,
               libnftnl-dev,
               libtool (>= 2.2.6)
19
Standards-Version: 3.9.7
20
Homepage: http://www.netfilter.org/
21
22
Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-netfilter/pkg-netfilter.git
Vcs-Browser: https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-netfilter/pkg-netfilter.git
23
24

Package: iptables
25
Multi-Arch: foreign
26
Architecture: linux-any
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
27
Depends: libxtables11 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
28
Suggests: kmod
29
30
31
32
33
34
35
36
Description: administration tools for packet filtering and NAT
 iptables is the userspace command line program used to configure
 the Linux packet filtering ruleset. It is targeted towards system
 administrators. Since Network Address Translation is also configured
 from the packet filter ruleset, iptables is used for this, too. The
 iptables package also includes ip6tables. ip6tables is used for
 configuring the IPv6 packet filter

37
Package: libxtables11
38
Architecture: linux-any
39
Section: libs
40
41
42
43
44
45
46
47
48
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: iptables (<< 1.4.16.3-3)
Breaks: iptables (<< 1.4.16.3-3)
Description: netfilter xtables library
 The user-space interface to the Netfilter xtables kernel framework.

Package: iptables-dev
Architecture: linux-any
Priority: optional
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
49
50
Depends: iptables (=${binary:Version}), ${misc:Depends}
Conflicts: iptables (<< 1.4.2-2)
51
52
53
54
55
56
57
Breaks: linux-libc-dev (<< 3.5)
Section: devel
Description: iptables development files
 iptables is used to setup, maintain, and inspect the tables of
 packet filter rules in the Linux kernel. This package contains
 the available library (libipq, libiptc, libxtables), header,
 documentation and related files for iptables development.
58
59
60
61

Package: iptables-nftables-compat
Architecture: linux-any
Priority: optional
62
63
64
Depends: arptables,
         ebtables,
         iptables (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
65
66
67
         libxtables11 (=${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
68
Recommends: nftables
69
Suggests: kmod
70
71
72
Description: iptables compat tools for nftables
 this package includes the compat tools to load iptables, ip6tables, arptables
 and ebtables rules to the nf_tables kernel subsystem.
73
74
75
76
77
78
79
80
 .
 The tools are called: 'iptables-compat', 'iptables-compat-save',
 'iptables-compat-restore', 'ip6tables-compat', 'ip6tables-compat-save',
 'ip6tables-compat-restore', 'arptables-compat' and 'ebtables-compat'.
 .
 A basic way to understand this compat stuff is to load the ruleset
 skeleton, i.e: a first call `iptables-compat -L'. Then, you can use nft,
 i.e: `nft list ruleset'. Same for the other families.