diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 25f1af5..dc3dd0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lzlib (1.6-3) unstable; urgency=low + + * Removing lzip-alternative depends on liblz-dev when spliting out + minilzip (Closes: #774557). + + -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 04 Jan 2015 12:58:31 +0100 + lzlib (1.6-2) unstable; urgency=low * Updating to standards version 3.9.6. diff --git a/debian/control b/debian/control index 16af877..953d5b9 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,6 @@ 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. |