2025-02-17 18:33:55 +01:00
|
|
|
Source: clzip
|
|
|
|
Section: utils
|
|
|
|
Priority: optional
|
2025-02-17 20:14:44 +01:00
|
|
|
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
|
2025-02-17 20:05:47 +01:00
|
|
|
Build-Depends: debhelper (>= 9), texinfo
|
2025-02-17 20:09:43 +01:00
|
|
|
Standards-Version: 3.9.4
|
2025-02-17 18:33:55 +01:00
|
|
|
Homepage: http://www.nongnu.org/lzip/clzip.html
|
|
|
|
|
|
|
|
Package: clzip
|
|
|
|
Architecture: any
|
2025-02-17 19:14:52 +01:00
|
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
2025-02-17 20:18:20 +01:00
|
|
|
Breaks: lzip (<< 1.15~)
|
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
|
|
|
|
Depends: ${misc:Depends}, clzip (= ${binary:Version})
|
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.
|