control 5.87 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
Uploaders: Arturo Borrero Gonzalez <arturo@debian.org>,
6
           Alberto Molina Coballes <alb.molina@gmail.com>,
7
           Laurence J. Lane <ljlane@debian.org>
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
8
9
10
Build-Depends: autoconf,
               automake,
               bison,
11
               debhelper-compat (= 12),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
12
13
14
15
16
               flex,
               libmnl-dev,
               libnetfilter-conntrack-dev,
               libnetfilter-conntrack3,
               libnfnetlink-dev,
17
               libnftnl-dev (>= 1.1.5),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
18
               libtool (>= 2.2.6)
19
Standards-Version: 4.4.1
20
Homepage: https://www.netfilter.org/
Debian Janitor's avatar
Debian Janitor committed
21
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables.git
22
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables
23
24

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

59
Package: libxtables12
60
Multi-Arch: same
61
Architecture: linux-any
62
Section: libs
63
Depends: ${misc:Depends}, ${shlibs:Depends}
64
65
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)
66
Description: netfilter xtables library
67
68
69
70
71
 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.
72

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

87
88
Package: libiptc0
Architecture: linux-any
89
90
91
92
93
94
Multi-Arch: same
Depends: libip4tc2 (=${binary:Version}),
         ${misc:Depends}
Section: oldlibs
Description: transitional dummy package
 This is a transitional package. It can safely be removed.
95
96
97

Package: libiptc-dev
Architecture: linux-any
98
Multi-Arch: same
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
99
Depends: libip4tc-dev (=${binary:Version}),
100
         libip6tc-dev (=${binary:Version}),
101
         ${misc:Depends}
102
103
104
Replaces: libip4tc-dev (<< 1.8.4-2)
Breaks: libip4tc-dev (<< 1.8.4-2)
Section: libdevel
105
106
107
108
109
Description: Common development files for libiptc
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package provides development files (pkg-config) for libiptc.
110

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

144
Package: libip6tc2
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
153
154
155
 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.
156
 .
157
158
 iptables IPv6 ruleset ADT and kernel interface.
 .
159
160
161
162
163
 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
164
Multi-Arch: same
165
Pre-Depends: ${misc:Pre-Depends}
166
Depends: libip6tc2 (=${binary:Version}),
167
         ${misc:Depends}
168
169
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
170
Section: libdevel
171
Description: Development files for libip6tc
172
173
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
174
 .
175
 This package provides development files and static libraries for libip6tc.