control 6.75 KB
Newer Older
1
2
3
Source: iptables
Section: net
Priority: important
4
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
5
6
Uploaders: Arturo Borrero Gonzalez <arturo@debian.org>,
           Laurence J. Lane <ljlane@debian.org>
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
7
8
9
Build-Depends: autoconf,
               automake,
               bison,
Samuel Henrique's avatar
Samuel Henrique committed
10
               debhelper (>= 10),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
11
12
13
14
15
               flex,
               libmnl-dev,
               libnetfilter-conntrack-dev,
               libnetfilter-conntrack3,
               libnfnetlink-dev,
16
               libnftnl-dev (>= 1.1.3),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
17
               libtool (>= 2.2.6)
18
Standards-Version: 4.3.0
19
Homepage: http://www.netfilter.org/
20
21
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables
22
23

Package: iptables
24
Multi-Arch: foreign
25
Architecture: linux-any
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
26
27
28
Depends: libip4tc0 (=${binary:Version}),
         libip6tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
29
         libxtables12 (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
30
31
         ${misc:Depends},
         ${shlibs:Depends}
32
Suggests: kmod
33
34
Breaks: iptables-nftables-compat (<< 1.6.2~)
Replaces: iptables-nftables-compat (<< 1.6.2~)
35
Recommends: nftables
36
Description: administration tools for packet filtering and NAT
37
38
39
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
40
 iptables is the userspace command line program used to configure
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
 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)
57

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

71
Package: libxtables12
72
Multi-Arch: same
73
Architecture: linux-any
74
Priority: optional
75
Section: libs
76
Depends: ${misc:Depends}, ${shlibs:Depends}
77
78
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)
79
Description: netfilter xtables library
80
81
82
83
84
 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.
85

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

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

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

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