control 5.8 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
105
106
107
Section: libs
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.
108

109
Package: libip4tc2
110
111
112
113
114
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
115
Description: netfilter libip4tc library
116
117
118
119
120
 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.
121
 .
122
123
 iptables IPv4 ruleset ADT and kernel interface.
 .
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
129
Multi-Arch: same
130
Pre-Depends: ${misc:Pre-Depends}
131
Depends: libip4tc2 (=${binary:Version}),
132
         ${misc:Depends}
133
134
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
135
Section: libdevel
136
Description: Development files for libip4tc
137
138
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
139
 .
140
 This package provides development files and static libraries for libip4tc.
141

142
Package: libip6tc2
143
144
145
146
147
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
148
Description: netfilter libip6tc library
149
150
151
152
153
 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.
154
 .
155
156
 iptables IPv6 ruleset ADT and kernel interface.
 .
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
162
Multi-Arch: same
163
Pre-Depends: ${misc:Pre-Depends}
164
Depends: libip6tc2 (=${binary:Version}),
165
         ${misc:Depends}
166
167
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
168
Section: libdevel
169
Description: Development files for libip6tc
170
171
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
172
 .
173
 This package provides development files and static libraries for libip6tc.