diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index 63c7eb3..0000000 --- a/debian/control +++ /dev/null @@ -1,32 +0,0 @@ -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. - |