1
0
Fork 0
xlunzip/debian/control
Daniel Baumann b5aa713efb
Updating vcs fields.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 22:56:11 +01:00

27 lines
827 B
Text

Source: xlunzip
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: http://www.nongnu.org/lzip/xlunzip.html
Vcs-Browser: https://forgejo.debian.net/lzip/xlunzip
Vcs-Git: https://forgejo.debian.net/lzip/xlunzip
Package: xlunzip
Section: utils
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
lzip-alternative,
lzip-decompressor,
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 using the lzip_decompress linux module
as backend.