summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:25:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:25:59 +0000
commit6c896ec87d57eef2bcd8d422d2ddb40fd1c868a3 (patch)
treec82cd6b7b1ea32452ac6bc0c1dc8e57f9126817a /debian/control
parentAdding upstream version 1.13. (diff)
downloadlzlib-debian.tar.xz
lzlib-debian.zip
Adding debian version 1.13-5.debian/1.13-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control63
1 files changed, 63 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f31b52a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,63 @@
+Source: lzlib
+Section: libs
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper (>= 13.1~),
+ debhelper-compat (= 13),
+ texinfo,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: http://www.nongnu.org/lzip/lzlib.html
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/lzlib
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/lzlib
+
+Package: liblz-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ liblz1 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: data compressor based on the LZMA algorithm (development)
+ The lzlib compression library provides in-memory LZMA compression and
+ decompression functions, including integrity checking of the uncompressed data.
+ The compressed data format used by the library is the lzip format.
+ .
+ This package contains the development files.
+
+Package: liblz1
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: data compressor based on the LZMA algorithm (library)
+ The lzlib compression library provides in-memory LZMA compression and
+ decompression functions, including integrity checking of the uncompressed data.
+ The compressed data format used by the library is the lzip format.
+
+Package: minilzip
+Section: utils
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Provides:
+ lzip-alternative,
+ lzip-compressor,
+ lzip-decompressor,
+Description: minified, lossless data compressor based on the LZMA algorithm
+ 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.
+ .
+ Minilzip is a minimal version of lzip using the lzip file format; the files
+ produced by Minilzip are fully compatible with lzip.
+ .
+ Minilzip is intended as a test program for the lzlib library.