control 7.1 KB
Newer Older
1
2
3
Source: iptables
Section: net
Priority: important
4
5
Maintainer: Arturo Borrero Gonzalez <arturo@debian.org>
Uploaders: Laurence J. Lane <ljlane@debian.org>
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
6
7
8
Build-Depends: autoconf,
               automake,
               bison,
Samuel Henrique's avatar
Samuel Henrique committed
9
               debhelper (>= 10),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
10
11
12
13
14
15
16
               flex,
               libmnl-dev,
               libnetfilter-conntrack-dev,
               libnetfilter-conntrack3,
               libnfnetlink-dev,
               libnftnl-dev,
               libtool (>= 2.2.6)
17
Standards-Version: 3.9.8
18
Homepage: http://www.netfilter.org/
19
20
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
21
22

Package: iptables
23
Multi-Arch: foreign
24
Architecture: linux-any
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
25
26
27
Depends: libip4tc0 (=${binary:Version}),
         libip6tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
28
         libxtables12 (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
29
30
         ${misc:Depends},
         ${shlibs:Depends}
31
Suggests: kmod
32
33
34
35
36
37
38
39
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

40
Package: iptables-dev
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
41
42
43
44
45
Depends: libip4tc-dev (>= ${source:Version}),
         libip6tc-dev (>= ${source:Version}),
         libiptc-dev (>= ${source:Version}),
         libxtables-dev (>= ${source:Version}),
         ${misc:Depends}
46
47
48
49
50
51
Architecture: all
Priority: extra
Section: oldlibs
Description: transitional dummy package
 This is a transitional dummy package. It can safely be removed.

52
Package: libxtables12
53
Multi-Arch: same
54
Architecture: linux-any
55
Priority: optional
56
Section: libs
57
Depends: ${misc:Depends}, ${shlibs:Depends}
58
59
Replaces: iptables (<< 1.4.16.3-3), libxtables11 (<= 1.6.0+snapshot20161117-1)
Breaks: iptables (<< 1.4.16.3-3), libxtables11 (<= 1.6.0+snapshot20161117-1)
60
61
62
Description: netfilter xtables library
 The user-space interface to the Netfilter xtables kernel framework.

63
Package: libxtables-dev
64
65
Architecture: linux-any
Priority: optional
66
Pre-Depends: ${misc:Pre-Depends}
67
Depends: libxtables12 (=${binary:Version}), ${misc:Depends}
68
69
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
70
71
72
73
74
Section: libdevel
Description: netfilter xtables library
 The user-space interface to the Netfilter xtables kernel framework.
 .
 This package includes the development files of libxtables.
75

76
Package: libiptc0
77
Priority: optional
78
79
80
81
82
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
83
Description: netfilter libiptc library
84
85
 The user-space iptables C library from the Netfilter xtables framework.
 .
86
87
 iptables v4/v6 ruleset ADT and kernel interface.
 .
88
89
90
91
92
93
94
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.

Package: libiptc-dev
Architecture: linux-any
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
95
Depends: libip4tc-dev (=${binary:Version}),
96
         libip6tc-dev (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
97
         libiptc0 (=${binary:Version}),
98
99
100
         ${misc:Depends}
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
101
102
103
104
105
106
107
108
109
110
Section: libdevel
Description: Development files for libiptc
 The user-space iptables C library from the Netfilter xtables framework.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
 .
 This package provides development files and static libraries.

Package: libip4tc0
111
Priority: optional
112
113
114
115
116
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
117
Description: netfilter libip4tc library
118
119
 The user-space iptables (IPv4) C library from the Netfilter xtables framework.
 .
120
121
 iptables IPv4 ruleset ADT and kernel interface.
 .
122
123
124
125
126
127
128
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.

Package: libip4tc-dev
Architecture: linux-any
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
129
130
131
Depends: libip4tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
         ${misc:Depends}
132
133
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
134
Section: libdevel
135
Description: Development files for libip4tc
136
137
138
139
140
141
142
143
 The user-space iptables (IPv4) C library from the Netfilter xtables framework.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
 .
 This package provides development files and static libraries.

Package: libip6tc0
144
Priority: optional
145
146
147
148
149
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
150
Description: netfilter libip6tc library
151
152
 The user-space iptables (IPv6) C library from the Netfilter xtables framework.
 .
153
154
 iptables IPv6 ruleset ADT and kernel interface.
 .
155
156
157
158
159
160
161
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.

Package: libip6tc-dev
Architecture: linux-any
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
162
163
164
Depends: libip6tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
         ${misc:Depends}
165
166
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
167
Section: libdevel
168
Description: Development files for libip6tc
169
170
171
172
173
174
175
 The user-space iptables (IPv6) C library from the Netfilter xtables framework.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
 .
 This package provides development files and static libraries.

176
177
178
Package: iptables-nftables-compat
Architecture: linux-any
Priority: optional
179
180
181
Depends: arptables,
         ebtables,
         iptables (=${binary:Version}),
182
         libxtables12 (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
183
184
         ${misc:Depends},
         ${shlibs:Depends}
185
Recommends: nftables
186
Suggests: kmod
187
188
189
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.
190
191
192
193
194
 .
 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'.
 .
195
 .
196
197
198
 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.
199
200
201
202
203
204
205
 .
 Also, this package contains the translation tools, which are
 'iptables-translate', 'ip6tables-translate', 'iptables-restore-translate',
 and 'ip6tables-restore-translate'.
 .
 These translation tools works by reading an input in iptables native syntax
 and then  printing the nftables syntax equivalent.