summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 14:11:06 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 14:11:06 +0000
commit2bfc9d607ef5fad85db6551531432edeff3ddb89 (patch)
treee6276a9d700bed7da7846a038166f45eef54b102 /debian/control
parentAdding debian version 1.2-2. (diff)
downloadlunzip-2bfc9d607ef5fad85db6551531432edeff3ddb89.tar.xz
lunzip-2bfc9d607ef5fad85db6551531432edeff3ddb89.zip
Adding debian version 1.2-3.debian/1.2-3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 9aa7229..5c1a553 100644
--- a/debian/control
+++ b/debian/control
@@ -9,20 +9,21 @@ Homepage: http://www.nongnu.org/lzip/lunzip.html
Package: lunzip
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: lzip (<< 1.15~)
Enhances: lzip
-Description: data compressor based on the LZMA algorithm (uncompressor)
+Description: data compressor based on the LZMA algorithm (decompressor)
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.
.
- This package contains the uncompressor.
+ This package contains the decompressor.
Package: lunzip-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, lunzip (= ${binary:Version})
-Description: data compressor based on the LZMA algorithm (uncompressor debug)
+Description: data compressor based on the LZMA algorithm (decompressor 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.
.
- This package contains the debugging symbols for the uncompressor.
+ This package contains the debugging symbols for the decompressor.