1
0
Fork 0

Wrapping control fields.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 22:11:25 +01:00
parent 5253e765c4
commit c234eafa0c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

8
debian/control vendored
View file

@ -10,7 +10,9 @@ Vcs-Git: git://daniel-baumann.ch/git/debian/lunzip.git
Package: lunzip Package: lunzip
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends} Depends:
${misc:Depends},
${shlibs:Depends},
Breaks: lzip (<< 1.15~) Breaks: lzip (<< 1.15~)
Provides: lzip-alternative Provides: lzip-alternative
Description: data compressor based on the LZMA algorithm (decompressor) Description: data compressor based on the LZMA algorithm (decompressor)
@ -23,7 +25,9 @@ Package: lunzip-dbg
Section: debug Section: debug
Priority: extra Priority: extra
Architecture: any Architecture: any
Depends: ${misc:Depends}, lunzip (= ${binary:Version}) Depends:
${misc:Depends},
lunzip (= ${binary:Version}),
Description: data compressor based on the LZMA algorithm (decompressor debug) Description: data compressor based on the LZMA algorithm (decompressor debug)
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.