summaryrefslogtreecommitdiff
path: root/debian/control
blob: 63c7eb37a26a368a22b66b80ec2a6f3c2276b19c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: iptables
Section: net
Priority: important
Maintainer: Seungyoun Ju <sy39.ju@samsung.com>, Hocheol Seo <hocheol.seo@samsung.com>
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2

Package: iptables
Architecture: any
Priority: important
Section: net
Depends: ${shlibs:Depends}
Description: administration tools for packet filtering and NAT
 These are the user-space administration tools for the Linux
 kernel's netfilter and iptables. netfilter and iptables provide
 a framework for stateful and stateless packet filtering, network 
 and port address translation, and other IP packet manipulation.
 The framework is the successor to ipchains.
 netfilter and iptables are used in applications such as Internet
 connection sharing, firewalls, IP accounting, transparent proxying,
 advanced routing and traffic control.  

Package: iptables-dev
XB-Public-Package: no
Architecture: any
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, iptables (= ${Source-Version})
Section: devel
Description: development files for iptable's libipq
 Header files, static libs and documentation for libipq, iptables'
 user-space packet queuing library.