Git init
[external/iptables.git] / debian / control
1 Source: iptables
2 Section: net
3 Priority: important
4 Maintainer: Seungyoun Ju <sy39.ju@samsung.com>, Hocheol Seo <hocheol.seo@samsung.com>
5 Build-Depends: debhelper (>= 5), autotools-dev
6 Standards-Version: 3.7.2
7
8 Package: iptables
9 Architecture: any
10 Priority: important
11 Section: net
12 Depends: ${shlibs:Depends}
13 Description: administration tools for packet filtering and NAT
14  These are the user-space administration tools for the Linux
15  kernel's netfilter and iptables. netfilter and iptables provide
16  a framework for stateful and stateless packet filtering, network 
17  and port address translation, and other IP packet manipulation.
18  The framework is the successor to ipchains.
19  netfilter and iptables are used in applications such as Internet
20  connection sharing, firewalls, IP accounting, transparent proxying,
21  advanced routing and traffic control.  
22
23 Package: iptables-dev
24 XB-Public-Package: no
25 Architecture: any
26 Priority: optional
27 Depends: ${shlibs:Depends}, ${misc:Depends}, iptables (= ${Source-Version})
28 Section: devel
29 Description: development files for iptable's libipq
30  Header files, static libs and documentation for libipq, iptables'
31  user-space packet queuing library.
32