summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
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.