2025-02-17 18:33:55 +01:00
|
|
|
Source: clzip
|
|
|
|
Section: utils
|
|
|
|
Priority: optional
|
2025-02-17 20:43:37 +01:00
|
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
2025-02-17 20:26:52 +01:00
|
|
|
Build-Depends:
|
2025-02-17 20:50:02 +01:00
|
|
|
debhelper (>= 13.1~),
|
2025-02-17 20:48:33 +01:00
|
|
|
debhelper-compat (= 13),
|
2025-02-17 20:26:52 +01:00
|
|
|
texinfo,
|
2025-02-17 20:44:43 +01:00
|
|
|
Rules-Requires-Root: no
|
2025-02-17 20:49:47 +01:00
|
|
|
Standards-Version: 4.6.0
|
2025-02-17 18:33:55 +01:00
|
|
|
Homepage: http://www.nongnu.org/lzip/clzip.html
|
2025-02-17 20:46:16 +01:00
|
|
|
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/clzip
|
|
|
|
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/clzip
|
2025-02-17 18:33:55 +01:00
|
|
|
|
|
|
|
Package: clzip
|
2025-02-17 20:46:55 +01:00
|
|
|
Section: utils
|
2025-02-17 18:33:55 +01:00
|
|
|
Architecture: any
|
2025-02-17 20:26:52 +01:00
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
2025-02-17 20:42:18 +01:00
|
|
|
Provides:
|
|
|
|
lzip-alternative,
|
2025-02-17 20:46:15 +01:00
|
|
|
lzip-compressor,
|
|
|
|
lzip-decompressor,
|
2025-02-17 19:18:42 +01:00
|
|
|
Description: C, lossless data compressor based on the LZMA algorithm
|
2025-02-17 18:33:55 +01:00
|
|
|
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.
|
|
|
|
Lzip decompresses almost as fast as gzip and compresses better than bzip2,
|
|
|
|
which makes it well suited for software distribution and data archiving.
|
|
|
|
.
|
2025-02-17 19:18:42 +01:00
|
|
|
Clzip is a C language version of lzip using the lzip file format; the files
|
|
|
|
produced by clzip are fully compatible with lzip.
|
|
|
|
.
|
|
|
|
Clzip is intended for embedded devices or systems lacking a C++ compiler.
|