1
0
Fork 0

Including minilzip.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 20:14:40 +01:00
parent a0738620e6
commit 23acc2c1bd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 111 additions and 1 deletions

6
debian/control vendored
View file

@ -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.