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 20:26:52 +01:00
parent 4ab34a5d10
commit adc595c89b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

12
debian/control vendored
View file

@ -2,7 +2,9 @@ Source: clzip
Section: utils
Priority: optional
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
Build-Depends: debhelper (>= 9), texinfo
Build-Depends:
debhelper (>= 9),
texinfo,
Standards-Version: 3.9.4
Homepage: http://www.nongnu.org/lzip/clzip.html
Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/clzip.git
@ -10,7 +12,9 @@ Vcs-Git: git://daniel-baumann.ch/git/debian/clzip.git
Package: clzip
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks: lzip (<< 1.15~)
Provides: lzip-alternative
Description: C, lossless data compressor based on the LZMA algorithm
@ -28,7 +32,9 @@ Package: clzip-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, clzip (= ${binary:Version})
Depends:
${misc:Depends},
clzip (= ${binary:Version}),
Description: C, lossless data compressor based on the LZMA algorithm (debug)
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.