summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 25 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 5e5bf31..3bfa8c3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,6 @@ Depends:
${misc:Depends},
${shlibs:Depends},
Breaks: lzip (<< 1.15~)
-Provides:
- minilzip,
- lzip-alternative,
Description: data compressor based on the LZMA algorithm (library)
The lzlib compression library provides in-memory LZMA compression and
decompression functions, including integrity checking of the uncompressed data.
@@ -48,9 +45,34 @@ Depends:
${misc:Depends},
liblz1 (= ${binary:Version}),
liblz-dev (= ${binary:Version}),
+ minilzip (= ${binary:Version}),
Description: data compressor based on the LZMA algorithm (debug)
The lzlib compression library provides in-memory LZMA compression and
decompression functions, including integrity checking of the uncompressed data.
The compressed data format used by the library is the lzip format.
.
This package contains the debugging symbols.
+
+Package: minilzip
+Section: utils
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Breaks:
+ lzip (<< 1.15~),
+ lzlib1 (<< 1.6~rc2-1~),
+ lzlib-dev (<< 1.6~rc2-1~),
+Provides:
+ minilzip,
+ lzip-alternative,
+Description: minified, 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.
+ .
+ Minilzip is a minimal version of lzip using the lzip file format; the files
+ produced by Minilzip are fully compatible with lzip.
+ .
+ Minilzip is intended as a test program for the lzlib library.