summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
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.