1
0
Fork 0
lunzip/debian/control
Daniel Baumann 5c54cbc7ff
Deprecating priority extra as of policy 4.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 22:24:16 +01:00

35 lines
1.2 KiB
Text

Source: lunzip
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper (>= 10),
Standards-Version: 4.1.1
Homepage: http://www.nongnu.org/lzip/lunzip.html
Vcs-Browser: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/lunzip
Vcs-Git: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/lunzip
Package: lunzip
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
lzip-alternative,
Description: data compressor based on the LZMA algorithm (decompressor)
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.
.
This package contains the decompressor.
Package: lunzip-dbg
Section: debug
Architecture: any
Depends:
lunzip (= ${binary:Version}),
${misc:Depends},
Description: data compressor based on the LZMA algorithm (decompressor 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.
.
This package contains the debugging symbols for the decompressor.