control 6.22 KB
Newer Older
1
2
Source: iptables
Section: net
3
Priority: optional
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.4.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
26
Depends: libip4tc2 (=${binary:Version}),
27
         libip6tc2 (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
28
         libiptc0 (=${binary:Version}),
29
         libxtables12 (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
30
31
         ${misc:Depends},
         ${shlibs:Depends}
32
Suggests: firewalld, 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: libxtables12
59
Multi-Arch: same
60
Architecture: linux-any
61
Section: libs
62
Depends: ${misc:Depends}, ${shlibs:Depends}
63
64
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)
65
Description: netfilter xtables library
66
67
68
69
70
 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.
71

72
Package: libxtables-dev
73
Architecture: linux-any
74
Multi-Arch: same
75
Pre-Depends: ${misc:Pre-Depends}
76
Depends: libxtables12 (=${binary:Version}), ${misc:Depends}
77
78
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
79
Section: libdevel
80
Description: netfilter xtables library -- development files
81
82
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
83
84
 .
 This package includes the development files of libxtables.
85

86
87
88
89
90
91
Package: libiptc0
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
92
Description: netfilter libiptc library
93
94
95
96
97
 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.
98
 .
99
100
 iptables v4/v6 ruleset ADT and kernel interface.
 .
101
102
103
104
105
 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
106
Multi-Arch: same
107
Pre-Depends: ${misc:Pre-Depends}
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
108
Depends: libip4tc-dev (=${binary:Version}),
109
         libip6tc-dev (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
110
         libiptc0 (=${binary:Version}),
111
112
113
         ${misc:Depends}
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
114
115
Section: libdevel
Description: Development files for libiptc
116
117
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
118
 .
119
 This package provides development files and static libraries for libiptc.
120

121
Package: libip4tc2
122
123
124
125
126
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
127
Description: netfilter libip4tc library
128
129
130
131
132
 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.
133
 .
134
135
 iptables IPv4 ruleset ADT and kernel interface.
 .
136
137
138
139
140
 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
141
Multi-Arch: same
142
Pre-Depends: ${misc:Pre-Depends}
143
Depends: libip4tc2 (=${binary:Version}),
144
145
         libiptc0 (=${binary:Version}),
         ${misc:Depends}
146
147
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
148
Section: libdevel
149
Description: Development files for libip4tc
150
151
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
152
 .
153
 This package provides development files and static libraries for libip4tc.
154

155
Package: libip6tc2
156
157
158
159
160
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
161
Description: netfilter libip6tc library
162
163
164
165
166
 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.
167
 .
168
169
 iptables IPv6 ruleset ADT and kernel interface.
 .
170
171
172
173
174
 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
175
Multi-Arch: same
176
Pre-Depends: ${misc:Pre-Depends}
177
Depends: libip6tc2 (=${binary:Version}),
178
179
         libiptc0 (=${binary:Version}),
         ${misc:Depends}
180
181
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
182
Section: libdevel
183
Description: Development files for libip6tc
184
185
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
186
 .
187
 This package provides development files and static libraries for libip6tc.