control 6.73 KB
Newer Older
1
2
3
Source: iptables
Section: net
Priority: important
4
5
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Uploaders: Arturo Borrero Gonzalez <arturo@debian.org>, 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: 4.3.0
18
Homepage: http://www.netfilter.org/
19
20
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables
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
Breaks: iptables-nftables-compat (<< 1.6.2~)
Replaces: iptables-nftables-compat (<< 1.6.2~)
34
Recommends: nftables
35
Description: administration tools for packet filtering and NAT
36
37
38
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
39
 iptables is the userspace command line program used to configure
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
 the Linux packet filtering and NAT ruleset. It is targeted towards systems
 and networks administrators.
 .
 This package contains several different utilities, the most important ones:
 .
 iptables, iptables-save, iptables-restore (nft-based version)
 .
 iptables, iptables-save, iptables-restore (legacy version)
 .
 ip6tables, ip6tables-save, ip6tables-restore (nft-based version)
 .
 ip6tables, ip6tables-save, ip6tables-restore (legacy version)
 .
 arptables, arptables-save, arptables-restore (nft-based version)
 .
 ebtables, ebtables-save, ebtables-restore (nft-based version)
56

57
Package: iptables-dev
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
58
59
60
61
62
Depends: libip4tc-dev (>= ${source:Version}),
         libip6tc-dev (>= ${source:Version}),
         libiptc-dev (>= ${source:Version}),
         libxtables-dev (>= ${source:Version}),
         ${misc:Depends}
63
64
Architecture: any
Multi-Arch: same
65
Priority: optional
66
67
68
69
Section: oldlibs
Description: transitional dummy package
 This is a transitional dummy package. It can safely be removed.

70
Package: libxtables12
71
Multi-Arch: same
72
Architecture: linux-any
73
Priority: optional
74
Section: libs
75
Depends: ${misc:Depends}, ${shlibs:Depends}
76
77
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)
78
Description: netfilter xtables library
79
80
81
82
83
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space interface to the Netfilter xtables
 kernel framework.
84

85
Package: libxtables-dev
86
Architecture: linux-any
87
Multi-Arch: same
88
Priority: optional
89
Pre-Depends: ${misc:Pre-Depends}
90
Depends: libxtables12 (=${binary:Version}), ${misc:Depends}
91
92
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
93
Section: libdevel
94
Description: netfilter xtables library -- development files
95
96
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
97
98
 .
 This package includes the development files of libxtables.
99

100
Package: libiptc0
101
Priority: optional
102
103
104
105
106
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
107
Description: netfilter libiptc library
108
109
110
111
112
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space iptables C library from the Netfilter
 xtables framework.
113
 .
114
115
 iptables v4/v6 ruleset ADT and kernel interface.
 .
116
117
118
119
120
 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
121
Multi-Arch: same
122
123
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
124
Depends: libip4tc-dev (=${binary:Version}),
125
         libip6tc-dev (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
126
         libiptc0 (=${binary:Version}),
127
128
129
         ${misc:Depends}
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
130
131
Section: libdevel
Description: Development files for libiptc
132
133
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
134
 .
135
 This package provides development files and static libraries for libiptc.
136
137

Package: libip4tc0
138
Priority: optional
139
140
141
142
143
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
144
Description: netfilter libip4tc library
145
146
147
148
149
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space iptables (IPv4) C library from the
 Netfilter xtables framework.
150
 .
151
152
 iptables IPv4 ruleset ADT and kernel interface.
 .
153
154
155
156
157
 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
158
Multi-Arch: same
159
160
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
161
162
163
Depends: libip4tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
         ${misc:Depends}
164
165
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
166
Section: libdevel
167
Description: Development files for libip4tc
168
169
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
170
 .
171
 This package provides development files and static libraries for libip4tc.
172
173

Package: libip6tc0
174
Priority: optional
175
176
177
178
179
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
180
Description: netfilter libip6tc library
181
182
183
184
185
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space iptables (IPv6) C library from the
 Netfilter xtables framework.
186
 .
187
188
 iptables IPv6 ruleset ADT and kernel interface.
 .
189
190
191
192
193
 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
194
Multi-Arch: same
195
196
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
197
198
199
Depends: libip6tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
         ${misc:Depends}
200
201
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
202
Section: libdevel
203
Description: Development files for libip6tc
204
205
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
206
 .
207
 This package provides development files and static libraries for libip6tc.