Including minilzip.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a0738620e6
commit
23acc2c1bd
6 changed files with 111 additions and 1 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -11,6 +11,8 @@ Section: libs
|
|||
Architecture: any
|
||||
Pre-Depends: multiarch-support
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: lzip (<< 1.15~)
|
||||
Provides: 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.
|
||||
|
@ -19,7 +21,9 @@ Description: data compressor based on the LZMA algorithm (library)
|
|||
Package: liblz-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, liblz1 (= ${binary:Version})
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, liblz1 (= ${binary:Version})
|
||||
Breaks: lzip (<< 1.15~)
|
||||
Provides: lzip-alternative
|
||||
Description: data compressor based on the LZMA algorithm (development)
|
||||
The lzlib compression library provides in-memory LZMA compression and
|
||||
decompression functions, including integrity checking of the uncompressed data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue