~csurbhi/ubuntu/maverick/iptables/iptable-fix.600195

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-24 15:06:04 UTC
  • mfrom: (5.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624150604-5t7r1o1kxq0ycz81
Tags: 1.4.0-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Took references to 2.4 kernel out of doc-base control files (Jordan
    Mantha, Malone #25972) (patches/all/091-fix-2.4-references.patch)
  - Use linux-libc-dev instead of local copy of kernel-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: important
4
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Laurence J. Lane <ljlane@debian.org>
6
 
Build-Depends: debhelper (>>4.0), linuxdoc-tools, linux-libc-dev, libselinux1-dev
7
 
Standards-Version: 3.7.2.0
 
6
Build-Depends: debhelper (>>4.0), linuxdoc-tools, quilt, linux-libc-dev, libselinux1-dev
 
7
Standards-Version: 3.7.3
 
8
Homepage: http://www.netfilter.org/
8
9
 
9
10
Package: iptables
10
11
Architecture: any
12
13
Section: net
13
14
Depends: ${shlibs:Depends}
14
15
Description: administration tools for packet filtering and NAT
15
 
 netfilter and iptables provide a Linux kernel framework for
16
 
 stateful and stateless packet filtering, network and port address
17
 
 translation, and other IP packet manipulation. The framework is
18
 
 the successor to ipchains.
 
16
 These are the user-space administration tools for the Linux
 
17
 kernel's netfilter and iptables. netfilter and iptables provide
 
18
 a framework for stateful and stateless packet filtering, network
 
19
 and port address translation, and other IP packet manipulation.
 
20
 The framework is the successor to ipchains.
19
21
 .
20
22
 netfilter and iptables are used in applications such as Internet
21
23
 connection sharing, firewalls, IP accounting, transparent proxying,
22
24
 advanced routing and traffic control.
23
 
 .
24
 
 Please note: the iptables extensions included in this package
25
 
 require kernel support that might not be available in official Linux
26
 
 kernel sources or Debian's packaged Linux kernel sources. And if 
27
 
 support for any extension is available for the specific Linux kernel
28
 
 source version, that support might not be enabled in the Linux kernel
29
 
 binary in use.
30
 
 .
31
 
 In particular, kernel patches for IPV4OPTSSTRIP, TARPIT, ipv4options,
32
 
 u32 and set are currently located in patch-o-matic-ng via the netfilter
33
 
 website. patch-o-matic-ng patches are often imported into the official
34
 
 Linux kernel source tree.
35
 
 .
36
 
 netfilter web site: http://www.netfilter.org/
37
25
 
38
26
Package: iptables-dev
39
27
Architecture: any
40
28
Priority: optional
41
29
Depends:
42
30
Section: devel
43
 
Description: development files for iptable's libipq and libiptc
44
 
 Header files, static libs and documentation for libipq (iptables
45
 
 user-space packet queuing library) and libiptc.
 
31
Description: development files for iptable's libipq
 
32
 Header files, static libs and documentation for libipq, iptables'
 
33
 user-space packet queuing library.