diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:41:30 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:41:30 +0000 |
commit | 5277429cfbbff55af4211efa607de2c85b05e665 (patch) | |
tree | c07f9ba537fc70eba546c5d1e4db9f964a8efdfb | |
parent | Adding debian version 1.1-3. (diff) | |
download | lzlib-5277429cfbbff55af4211efa607de2c85b05e665.tar.xz lzlib-5277429cfbbff55af4211efa607de2c85b05e665.zip |
Adding debian version 1.1-4.debian/1.1-4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 33 |
3 files changed, 19 insertions, 23 deletions
diff --git a/debian/changelog b/debian/changelog index f7b7acd..0f8d588 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lzlib (1.1-4) unstable; urgency=low + + * Updating standards version to 3.9.2. + * Compacting copyright file. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 10 Jul 2011 17:10:04 +0200 + lzlib (1.1-3) unstable; urgency=low * Making reference to licenses in copyright distribution neutral. diff --git a/debian/control b/debian/control index 1b222f4..0e60e82 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net> Build-Depends: debhelper (>= 8), texinfo -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://www.nongnu.org/lzip/lzlib.html Package: liblz1 diff --git a/debian/copyright b/debian/copyright index ba39322..f914bf4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,16 @@ Files: * Copyright: (C) 2006-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ + +Files: arg_parser.* +Copyright: (C) 2006-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> +License: GPL-3+ with exception + +Files: debian/* +Copyright: (C) 2009-2011 Daniel Baumann <daniel.baumann@progress-technologies.net> +License: GPL-3+ + +License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -17,9 +27,7 @@ License: GPL-3+ The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. -Files: arg_parser.* -Copyright: (C) 2006-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> -License: GPL-3+ +License: GPL-3+ with exception This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -45,22 +53,3 @@ License: GPL-3+ License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. - -Files: debian/* -Copyright: (C) 2009-2011 Daniel Baumann <daniel.baumann@progress-technologies.net> -License: GPL-3+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - . - The complete text of the GNU General Public License - can be found in /usr/share/common-licenses/GPL-3 file. |