~ubuntu-branches/ubuntu/trusty/xtables-addons/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier, Pierre Chifflier, Dmitry Smirnov
  • Date: 2011-12-05 22:10:25 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20111205221025-ogq3g7zsm912lmsh
Tags: 1.40-1
[ Pierre Chifflier ]
* Add patch to avoid calling depmod during build
* Add VCS links
* Change license for packaging files to GPL-2+ (with agreement of all
  authors).
* Add Dmitry Smirnov as co-maintainer
  - Merge all changes
* Imported Upstream version 1.40 (2011-11-30)
  Fixes:
  - build: the code actually requires at least iptables 1.4.5
    (would yield a compile error otherwise), make sure configure
    checks for it; update INSTALL
  - xt_ECHO: fix kernel warning about RTAX_HOPLIMIT being used
  - xt_ipv4options: fix an infinite loop
  Changes:
  - xt_ECHO: now calculates UDP checksum
  - Linux kernel versions below 2.6.32 are no longer officially
    supported, and will not be part of compilation testing.
  - update to ipset 6.10
  Enhancements:
  - xt_ECHO: IPv6 support

[Dmitry Smirnov] <onlyjob@member.fsf.org>
* Major repackaging (Closes: #638061)
  * Obsolete ipset_v4 replaced with new ipset_v6 (Closes: #648083)
  * debian/copyright updated for DEP5 compatibility
  * debian/control updated
    - Standards version update
    - Depends update
    - Build-depends tightening
  * debian/watch fixed
  * debian/rules rewrite
    - get-orig-source target added
    - build-time cleanup (make clean) is fixed
    - second build do not fail
    - offload most tasks to debhelper (with minimum overrides)
    - standalone debian/rules for xtables-addons-source
    - using CFLAGS/Hardening if provided by DPKG
    - dynamically prepare DKMS config during build
    - configure for Kbuild only if headers available
  * lintianization
    - override for package-name-doesnt-match-sonames
  * DKMS package cleanup
    - broken post-init script removed
    - only clean source is packaged
    - improved configuration
  * source package cleanup
    - module-assistant rules use debhelper more
    - using CFLAGS if provided by DPKG
  * lintian override
  * DKMS config sanitation (all argument in double quotes)
  * patch to avoid build-time depmod invocation
* Imported Upstream version 1.39 (2011-09-21)
  - libxt_ACCOUNT: fix compilation after missing libxtables_CFLAGS
  - build: fix compilation after missing libxtables_CFLAGS in submodules
  - build: add missing linux/version.h includes where needed
  - Remove unsupported ipset 4.x from the Xtables-addons distribution
  - ipset: move ipset_errcode from src to library to avoid undefined reference
  - update to ipset 6.9.1
  - xt_CHECKSUM: abort build when the feature is already provided by mainline
  - xt_SYSRQ: fix UDPLITE header lookup in IPv6
  - xt_TARPIT: fix kernel warning about RTAX_HOPLIMIT being used
  - xt_TEE: abort build when the feature is already provided by mainline
  - xt_ipp2p: support UDPLITE
  - xt_pknock: support UDPLITE
  - xt_psd: restore functionality with UDP
  - xt_psd: support UDPLITE
  - support for Linux 3.1

Show diffs side-by-side

added added

removed removed

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