Spliting out minilzip into own package to make liblz1 multiarch co-installable.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8c63fef2cc
commit
ff211a2354
6 changed files with 39 additions and 57 deletions
28
debian/control
vendored
28
debian/control
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue