control 5.47 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,
10
               debhelper-compat (= 12),
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.5),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
17
               libtool (>= 2.2.6)
18
Standards-Version: 4.4.1
19
Homepage: https://www.netfilter.org/
Debian Janitor's avatar
Debian Janitor committed
20
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables.git
21
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}),
28
         libxtables12 (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
29
30
         ${misc:Depends},
         ${shlibs:Depends}
31
Suggests: firewalld, kmod
32
33
Breaks: iptables-nftables-compat (<< 1.6.2~)
Replaces: iptables-nftables-compat (<< 1.6.2~)
34
Recommends: nftables
35
Description: administration tools for packet filtering and NAT
36
37
38
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
39
 iptables is the userspace command line program used to configure
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
 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)
56

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

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

85
86
Package: libiptc0
Architecture: linux-any
87
88
89
90
91
92
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.
93
94
95

Package: libiptc-dev
Architecture: linux-any
96
Multi-Arch: same
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
97
Depends: libip4tc-dev (=${binary:Version}),
98
         ${misc:Depends}
99
100
101
Section: oldlibs
Description: transitional dummy package
 This is a transitional package. It can safely be removed.
102

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

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