summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-12 15:15:33 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-01 14:10:32 +0000
commit3f808729bc9d36fbf21bf594dbdbffbcb8a50dd9 (patch)
treee6d0d0da0a03f1829813014accd8cae101622e04
parentMerging upstream version 1.8. (diff)
downloadlzlib-3f808729bc9d36fbf21bf594dbdbffbcb8a50dd9.tar.xz
lzlib-3f808729bc9d36fbf21bf594dbdbffbcb8a50dd9.zip
Wrap and sorting control file.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-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.