From 59880997238049e4c9e76cbc5a909d12526a1090 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:28:06 +0100 Subject: Adding debian version 0.7-5. Signed-off-by: Daniel Baumann --- debian/changelog | 8 ++++++++ debian/control | 31 ++++++++++++++++++++++--------- debian/copyright | 33 +++++++++++---------------------- 3 files changed, 41 insertions(+), 31 deletions(-) diff --git a/debian/changelog b/debian/changelog index d191400..df3e87a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +plzip (0.7-5) unstable; urgency=low + + * Updating package descriptions. + * Compacting copyright file. + * Updating to standards version 3.9.2. + + -- Daniel Baumann Sun, 10 Jul 2011 17:12:16 +0200 + plzip (0.7-4) unstable; urgency=low * Making reference to licenses in copyright distribution neutral. diff --git a/debian/control b/debian/control index 783fb23..4a7eccb 100644 --- a/debian/control +++ b/debian/control @@ -3,25 +3,38 @@ Section: utils Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper (>= 8), liblz-dev, texinfo -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://www.nongnu.org/lzip/plzip.html Package: plzip Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Description: parallel data compressor based on the LZMA algorithm - Plzip is a parallel version of the lzip data compressor. Currently only - compression is performed in parallel. Parallel decompression is planned to be - implemented soon. +Description: parallel, lossless data compressor based on the LZMA algorithm + Lzip is a lossless data compressor based on the LZMA algorithm, with very safe + integrity checking and a user interface similar to the one of gzip or bzip2. + Lzip decompresses almost as fast as gzip and compresses better than bzip2, + which makes it well suited for software distribution and data archiving. + . + Plzip is a massively parallel (multi-threaded) version of lzip using the lzip + file format; the files produced by plzip are fully compatible with lzip. + . + Plzip is intended for faster compression/decompression of big files on + multiprocessor machines, which makes it specially well suited for distribution + of big software files and large scale data archiving. On files big enough, + plzip can use hundreds of processors. Package: plzip-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, plzip (= ${binary:Version}) -Description: parallel data compressor based on the LZMA algorithm (debug) - Plzip is a parallel version of the lzip data compressor. Currently only - compression is performed in parallel. Parallel decompression is planned to be - implemented soon. +Description: parallel, lossless data compressor based on the LZMA algorithm (debug) + Lzip is a lossless data compressor based on the LZMA algorithm, with very safe + integrity checking and a user interface similar to the one of gzip or bzip2. + Lzip decompresses almost as fast as gzip and compresses better than bzip2, + which makes it well suited for software distribution and data archiving. + . + Plzip is a massively parallel (multi-threaded) version of lzip using the lzip + file format; the files produced by plzip are fully compatible with lzip. . This package contains the debugging symbols. diff --git a/debian/copyright b/debian/copyright index 1b8d029..4b9fc4a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,16 @@ Files: * Copyright: (C) 2006-2010 Antonio Diaz Diaz (C) 2009 Laszlo Ersek +License: GPL-3+ + +Files: arg_parser.* +Copyright: (C) 2006-2010 Antonio Diaz Diaz +License: GPL-3+ with exception + +Files: debian/* +Copyright: (C) 2009-2011 Daniel Baumann +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 @@ -19,9 +29,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-2010 Antonio Diaz Diaz -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 @@ -47,22 +55,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 -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 . - . - The complete text of the GNU General Public License - can be found in /usr/share/common-licenses/GPL-3 file. -- cgit v1.2.3