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:42:57 +01:00
|
|
|
debhelper (>= 10),
|
2025-02-17 20:26:52 +01:00
|
|
|
texinfo,
|
2025-02-17 20:41:37 +01:00
|
|
|
Standards-Version: 3.9.8
|
2025-02-17 18:33:55 +01:00
|
|
|
Homepage: http://www.nongnu.org/lzip/clzip.html
|
2025-02-17 20:42:41 +01:00
|
|
|
Vcs-Browser: https://sources.progress-linux.org/users/daniel/debian/packages/clzip
|
|
|
|
Vcs-Git: https://sources.progress-linux.org/users/daniel/debian/packages/clzip
|
2025-02-17 18:33:55 +01:00
|
|
|
|
|
|
|
Package: clzip
|
|
|
|
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 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.
|
2025-02-17 18:33:55 +01:00
|
|
|
|
|
|
|
Package: clzip-dbg
|
|
|
|
Section: debug
|
|
|
|
Priority: extra
|
|
|
|
Architecture: any
|
2025-02-17 20:26:52 +01:00
|
|
|
Depends:
|
|
|
|
clzip (= ${binary:Version}),
|
2025-02-17 20:42:18 +01:00
|
|
|
${misc:Depends},
|
2025-02-17 19:18:42 +01:00
|
|
|
Description: C, lossless data compressor based on the LZMA algorithm (debug)
|
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.
|
2025-02-17 19:18:42 +01:00
|
|
|
Lzip decompresses almost as fast as gzip and compresses better than bzip2,
|
|
|
|
which makes it well suited for software distribution and data archiving.
|
|
|
|
.
|
|
|
|
Clzip is a C language version of lzip using the lzip file format; the files
|
|
|
|
produced by clzip are fully compatible with lzip.
|
2025-02-17 18:33:55 +01:00
|
|
|
.
|
2025-02-17 19:18:42 +01:00
|
|
|
This package contains the debugging symbols.
|