summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 17 insertions, 16 deletions
diff --git a/debian/control b/debian/control
index 99a5621..776c3a2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,25 +10,29 @@ Homepage: http://www.nongnu.org/lzip/lzlib.html
Vcs-Browser: https://github.com/daniel-baumann/lzlib
Vcs-Git: https://github.com/daniel-baumann/lzlib
-Package: liblz1
-Section: libs
+Package: liblz-dbg
+Section: debug
+Priority: extra
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
Depends:
+ liblz-dev (= ${binary:Version}),
+ liblz1 (= ${binary:Version}),
+ minilzip (= ${binary:Version}),
${misc:Depends},
- ${shlibs:Depends},
-Description: data compressor based on the LZMA algorithm (library)
+Description: data compressor based on the LZMA algorithm (debug)
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 debugging symbols.
Package: liblz-dev
Section: libdevel
Architecture: any
Depends:
+ liblz1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
- liblz1 (= ${binary:Version}),
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.
@@ -36,21 +40,18 @@ Description: data compressor based on the LZMA algorithm (development)
.
This package contains the development files.
-Package: liblz-dbg
-Section: debug
-Priority: extra
+Package: liblz1
+Section: libs
Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends},
Depends:
${misc:Depends},
- liblz1 (= ${binary:Version}),
- liblz-dev (= ${binary:Version}),
- minilzip (= ${binary:Version}),
-Description: data compressor based on the LZMA algorithm (debug)
+ ${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.
- .
- This package contains the debugging symbols.
Package: minilzip
Section: utils
@@ -59,8 +60,8 @@ Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
- minilzip,
lzip-alternative,
+ minilzip,
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.