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

« back to all changes in this revision

Viewing changes to debian/copyright

  • 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:
1
 
This package was debianized by Pierre Chifflier <pollux@debian.org> on
2
 
Sun, 19 Oct 2008 16:11:52 +0200.
3
 
 
4
 
It was downloaded from http://jengelh.medozas.de/projects/xtables/
5
 
 
6
 
Upstream Author: Jan Engelhardt <jengelh [at] medozas de>
7
 
 
8
 
Copyright (C) 2006-2008 Jan Engelhardt
9
 
 
10
 
License:
11
 
 
12
 
    This program is free software; you can redistribute it and/or modify
13
 
    it under the terms of the GNU General Public License version 2
14
 
    as published by the Free Software Foundation.
15
 
 
16
 
    This program is distributed in the hope that it will be useful,
17
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 
    GNU General Public License for more details.
20
 
 
21
 
    You should have received a copy of the GNU General Public License
22
 
    along with this package; if not, write to the Free Software
23
 
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
24
 
    MA 02110-1301, USA.
25
 
 
26
 
On Debian systems, the complete text of the GNU General
27
 
Public License 2 can be found in `/usr/share/common-licenses/GPL-2'.
28
 
 
29
 
The Debian packaging is (C) 2008, Pierre Chifflier <pollux@debian.org> and
30
 
is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
 
1
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174
 
2
Upstream-Name: xtables-addons
 
3
Upstream-Contact: Jan Engelhardt <jengelh@medozas.de>
 
4
Source: http://xtables-addons.sourceforge.net/
 
5
Comment:
 
6
 This package was downloaded from http://jengelh.medozas.de/projects/xtables/
 
7
 and debianized by Pierre Chifflier <pollux@debian.org> on 19 Oct 2008 16:11:52.
 
8
 
 
9
 
 
10
Files: debian/*
 
11
Copyright: © 2008-2011 Pierre Chifflier <pollux@debian.org>
 
12
           © 2011 Dmitry Smirnov <onlyjob@member.fsf.org>
 
13
License: GPL-2+
 
14
 This program is free software: you can redistribute it and/or modify
 
15
 it under the terms of the GNU General Public License as published by
 
16
 the Free Software Foundation, either version 2 of the License, or
 
17
 (at your option) any later version.
 
18
 .
 
19
 This program is distributed in the hope that it will be useful,
 
20
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
21
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
22
 GNU General Public License for more details.
 
23
 .
 
24
 On Debian systems, the complete text of the GNU General
 
25
 Public License 2 can be found in "/usr/share/common-licenses/GPL-2".
 
26
 
 
27
 
 
28
Files: *
 
29
Copyright: © 2006-2008 Jan Engelhardt jengelh@medozas.de
 
30
License: GPL-2
 
31
 This program is free software; you can redistribute it and/or modify
 
32
 it under the terms of the GNU General Public License version 2
 
33
 as published by the Free Software Foundation.
 
34
 .
 
35
 This program is distributed in the hope that it will be useful,
 
36
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
37
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
38
 GNU General Public License for more details.
 
39
 .
 
40
 On Debian systems, the complete text of the GNU General
 
41
 Public License 2 can be found in "/usr/share/common-licenses/GPL-2".
31
42