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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: xtables-addons
Section: admin
Priority: extra
Maintainer: Pierre Chifflier <pollux@debian.org>
Uploaders: Dmitry Smirnov <onlyjob@member.fsf.org>
Build-Depends: debhelper (>= 9), dh-autoreconf,
dkms, bzip2, pkg-config,
iptables-dev (>= 1.4.5)
Standards-Version: 3.9.3
Homepage: http://xtables-addons.sourceforge.net/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/xtables-addons.git
Vcs-Git: git://anonscm.debian.org/collab-maint/xtables-addons.git
Package: xtables-addons-common
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: xtables-addons-dkms
Suggests: libtext-csv-xs-perl
Provides: xtables-addons-common-${source:Upstream-Version}
Breaks: ipset (<< 6.11~)
Description: Extensions targets and matches for iptables [tools, libs]
Xtables-addons provides extra modules for iptables not present in the
kernel, and is the successor of patch-o-matic.
Extensions includes new targets like TEE, TARPIT, CHAOS, or modules like
geoip and account.
.
This package provides the userspace libraries for iptables to use extensions
in the xtables-addons-modules package.
.
Note: this package is only useful with a corresponding xtables-addons-dkms
package, which you may produce with module-assistant:
.
module-assistant auto-install xtables-addons-source
Package: xtables-addons-dkms
Architecture: all
Depends: xtables-addons-common (>= ${source:Upstream-Version}),
dkms (>= 1.95),
make,
${misc:Depends}
Recommends: linux-headers-generic | linux-headers
Description: Extensions targets and matches for iptables
Xtables-addons provides extra modules for iptables not present in the
kernel, and is the successor of patch-o-matic.
Extensions includes new targets like TEE, TARPIT, CHAOS, or modules like
geoip and account.
.
The dkms package will automatically compile the driver for your current
kernel version.
Package: xtables-addons-source
Architecture: all
Depends: ${misc:Depends},
debhelper (>= 8),
make,
pkg-config,
iptables-dev (>= 1.4.3),
bzip2
Recommends: module-assistant
Description: Extensions targets and matches for iptables [modules sources]
Xtables-addons provides extra modules for iptables not present in the
kernel, and is the successor of patch-o-matic.
Extensions includes new targets like TEE, TARPIT, CHAOS, or modules like
geoip and account.
.
This package provides the source code for the xtables-addons kernel modules.
The xtables-addons package is also required in order to make use of these
modules. Kernel source or headers are required to compile these modules.
|