control 5.55 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
47
48
49
50
51
52
53
54
55
56
57
 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)
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
         ${misc:Depends}
101
102
103
Section: oldlibs
Description: transitional dummy package
 This is a transitional package. It can safely be removed.
104

105
Package: libip4tc2
106
107
108
109
110
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
111
Description: netfilter libip4tc library
112
113
114
115
116
 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.
117
 .
118
119
 iptables IPv4 ruleset ADT and kernel interface.
 .
120
121
122
123
124
 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
125
Multi-Arch: same
126
Pre-Depends: ${misc:Pre-Depends}
127
Depends: libip4tc2 (=${binary:Version}),
128
         ${misc:Depends}
129
130
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
131
Section: libdevel
132
Description: Development files for libip4tc
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 libip4tc.
137

138
Package: libip6tc2
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 libip6tc 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 (IPv6) C library from the
 Netfilter xtables framework.
150
 .
151
152
 iptables IPv6 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: libip6tc-dev
Architecture: linux-any
158
Multi-Arch: same
159
Pre-Depends: ${misc:Pre-Depends}
160
Depends: libip6tc2 (=${binary:Version}),
161
         ${misc:Depends}
162
163
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
164
Section: libdevel
165
Description: Development files for libip6tc
166
167
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
168
 .
169
 This package provides development files and static libraries for libip6tc.