1
0
Fork 0

Wrap and sorting control file.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 21:21:14 +01:00
parent 480ba29206
commit e307b7fd71
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

65
debian/control vendored
View file

@ -10,10 +10,41 @@ Homepage: http://www.nongnu.org/lzip/lzlib.html
Vcs-Browser: https://github.com/daniel-baumann/lzlib Vcs-Browser: https://github.com/daniel-baumann/lzlib
Vcs-Git: https://github.com/daniel-baumann/lzlib Vcs-Git: https://github.com/daniel-baumann/lzlib
Package: liblz-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
liblz-dev (= ${binary:Version}),
liblz1 (= ${binary:Version}),
minilzip (= ${binary:Version}),
${misc:Depends},
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: liblz-dev
Section: libdevel
Architecture: any
Depends:
liblz1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
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.
The compressed data format used by the library is the lzip format.
.
This package contains the development files.
Package: liblz1 Package: liblz1
Section: libs Section: libs
Architecture: any Architecture: any
Pre-Depends: ${misc:Pre-Depends} Pre-Depends:
${misc:Pre-Depends},
Depends: Depends:
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
@ -22,36 +53,6 @@ Description: data compressor based on the LZMA algorithm (library)
decompression functions, including integrity checking of the uncompressed data. decompression functions, including integrity checking of the uncompressed data.
The compressed data format used by the library is the lzip format. The compressed data format used by the library is the lzip format.
Package: liblz-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
liblz1 (= ${binary:Version}),
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.
The compressed data format used by the library is the lzip format.
.
This package contains the development files.
Package: liblz-dbg
Section: debug
Priority: extra
Architecture: any
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 Package: minilzip
Section: utils Section: utils
Architecture: any Architecture: any
@ -59,8 +60,8 @@ Depends:
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Provides: Provides:
minilzip,
lzip-alternative, lzip-alternative,
minilzip,
Description: minified, lossless data compressor based on the LZMA algorithm Description: minified, lossless data compressor based on the LZMA algorithm
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe 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. integrity checking and a user interface similar to the one of gzip or bzip2.