summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:48:47 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:48:47 +0000
commit4b47743418583727ce0e9e7ac013b070baf9b378 (patch)
treea566ec3fb000569c202aceb16b35ea60f76d621e /debian/control
parentAdding debian version 1.4-1. (diff)
downloadlzlib-4b47743418583727ce0e9e7ac013b070baf9b378.tar.xz
lzlib-4b47743418583727ce0e9e7ac013b070baf9b378.zip
Adding debian version 1.4-2.debian/1.4-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 41cdb49..03142de 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Section: libs
Architecture: any
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: lzip (<< 1.15~)
+Provides: lzip-alternative
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.
@@ -19,7 +21,9 @@ Description: data compressor based on the LZMA algorithm (library)
Package: liblz-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, liblz1 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblz1 (= ${binary:Version})
+Breaks: lzip (<< 1.15~)
+Provides: lzip-alternative
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.