control 6.16 KB
Newer Older
1
2
3
Source: iptables
Section: net
Priority: important
4
5
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Uploaders: Arturo Borrero Gonzalez <arturo@debian.org>, Laurence J. Lane <ljlane@debian.org>
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
6
7
8
Build-Depends: autoconf,
               automake,
               bison,
Samuel Henrique's avatar
Samuel Henrique committed
9
               debhelper (>= 10),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
10
11
12
13
14
15
16
               flex,
               libmnl-dev,
               libnetfilter-conntrack-dev,
               libnetfilter-conntrack3,
               libnfnetlink-dev,
               libnftnl-dev,
               libtool (>= 2.2.6)
17
Standards-Version: 4.3.0
18
Homepage: http://www.netfilter.org/
19
20
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables
21
22

Package: iptables
23
Multi-Arch: foreign
24
Architecture: linux-any
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
25
26
27
Depends: libip4tc0 (=${binary:Version}),
         libip6tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
28
         libxtables12 (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
29
30
         ${misc:Depends},
         ${shlibs:Depends}
31
Suggests: kmod
32
33
Breaks: iptables-nftables-compat (<< 1.6.2~)
Replaces: iptables-nftables-compat (<< 1.6.2~)
34
35
36
37
38
39
40
41
Description: administration tools for packet filtering and NAT
 iptables is the userspace command line program used to configure
 the Linux packet filtering ruleset. It is targeted towards system
 administrators. Since Network Address Translation is also configured
 from the packet filter ruleset, iptables is used for this, too. The
 iptables package also includes ip6tables. ip6tables is used for
 configuring the IPv6 packet filter

42
Package: iptables-dev
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
43
44
45
46
47
Depends: libip4tc-dev (>= ${source:Version}),
         libip6tc-dev (>= ${source:Version}),
         libiptc-dev (>= ${source:Version}),
         libxtables-dev (>= ${source:Version}),
         ${misc:Depends}
48
49
Architecture: any
Multi-Arch: same
50
Priority: optional
51
52
53
54
Section: oldlibs
Description: transitional dummy package
 This is a transitional dummy package. It can safely be removed.

55
Package: libxtables12
56
Multi-Arch: same
57
Architecture: linux-any
58
Priority: optional
59
Section: libs
60
Depends: ${misc:Depends}, ${shlibs:Depends}
61
62
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)
63
64
65
Description: netfilter xtables library
 The user-space interface to the Netfilter xtables kernel framework.

66
Package: libxtables-dev
67
Architecture: linux-any
68
Multi-Arch: same
69
Priority: optional
70
Pre-Depends: ${misc:Pre-Depends}
71
Depends: libxtables12 (=${binary:Version}), ${misc:Depends}
72
73
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
74
Section: libdevel
75
Description: netfilter xtables library -- development files
76
77
78
 The user-space interface to the Netfilter xtables kernel framework.
 .
 This package includes the development files of libxtables.
79

80
Package: libiptc0
81
Priority: optional
82
83
84
85
86
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
87
Description: netfilter libiptc library
88
89
 The user-space iptables C library from the Netfilter xtables framework.
 .
90
91
 iptables v4/v6 ruleset ADT and kernel interface.
 .
92
93
94
95
96
 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
97
Multi-Arch: same
98
99
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
100
Depends: libip4tc-dev (=${binary:Version}),
101
         libip6tc-dev (=${binary:Version}),
Arturo Borrero Gonzalez's avatar
Arturo Borrero Gonzalez committed
102
         libiptc0 (=${binary:Version}),
103
104
105
         ${misc:Depends}
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
106
107
108
109
110
111
112
113
114
115
Section: libdevel
Description: Development files for libiptc
 The user-space iptables C library from the Netfilter xtables framework.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
 .
 This package provides development files and static libraries.

Package: libip4tc0
116
Priority: optional
117
118
119
120
121
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
122
Description: netfilter libip4tc library
123
124
 The user-space iptables (IPv4) C library from the Netfilter xtables framework.
 .
125
126
 iptables IPv4 ruleset ADT and kernel interface.
 .
127
128
129
130
131
 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
132
Multi-Arch: same
133
134
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
135
136
137
Depends: libip4tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
         ${misc:Depends}
138
139
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
140
Section: libdevel
141
Description: Development files for libip4tc
142
143
144
145
146
147
148
149
 The user-space iptables (IPv4) C library from the Netfilter xtables framework.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
 .
 This package provides development files and static libraries.

Package: libip6tc0
150
Priority: optional
151
152
153
154
155
Multi-Arch: same
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
156
Description: netfilter libip6tc library
157
158
 The user-space iptables (IPv6) C library from the Netfilter xtables framework.
 .
159
160
 iptables IPv6 ruleset ADT and kernel interface.
 .
161
162
163
164
165
 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
166
Multi-Arch: same
167
168
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
169
170
171
Depends: libip6tc0 (=${binary:Version}),
         libiptc0 (=${binary:Version}),
         ${misc:Depends}
172
173
Replaces: iptables-dev (<< 1.6.0-3)
Breaks: iptables-dev (<< 1.6.0-3)
174
Section: libdevel
175
Description: Development files for libip6tc
176
177
178
179
180
181
 The user-space iptables (IPv6) C library from the Netfilter xtables framework.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
 .
 This package provides development files and static libraries.