summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:28:06 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:28:06 +0000
commit59880997238049e4c9e76cbc5a909d12526a1090 (patch)
tree27b4755a10d870dcfb9e0fa8bc583b4ba9589863
parentAdding debian version 0.7-4. (diff)
downloadplzip-59880997238049e4c9e76cbc5a909d12526a1090.tar.xz
plzip-59880997238049e4c9e76cbc5a909d12526a1090.zip
Adding debian version 0.7-5.debian/0.7-5
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog8
-rw-r--r--debian/control31
-rw-r--r--debian/copyright33
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 <daniel.baumann@progress-technologies.net> 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 <daniel.baumann@progress-technologies.net>
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
@@ -3,6 +3,16 @@ Copyright:
(C) 2006-2010 Antonio Diaz Diaz <ant_diaz@teleline.es>
(C) 2009 Laszlo Ersek <lacos@caesar.elte.hu>
License: GPL-3+
+
+Files: arg_parser.*
+Copyright: (C) 2006-2010 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
@@ -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 <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
@@ -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 <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.