diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:38 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:38 +0000 |
commit | e1e48348c734e9a7da33b2d51d820a45f5c67b7d (patch) | |
tree | ded7472eaaad97bd8441d1e18f286006d525e507 | |
parent | Adding debian version 1.0-1. (diff) | |
download | lzlib-e1e48348c734e9a7da33b2d51d820a45f5c67b7d.tar.xz lzlib-e1e48348c734e9a7da33b2d51d820a45f5c67b7d.zip |
Adding debian version 1.0-2.debian/1.0-2debian-squeeze
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b9edef7..2e23412 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lzlib (1.0-2) unstable; urgency=low + + * Removing conflicts/replaces on liblz0 (Closes: #581447). + + -- Daniel Baumann <daniel@debian.org> Tue, 01 Jun 2010 07:38:47 +0200 + lzlib (1.0-1) unstable; urgency=low * Merging upstream version 1.0. diff --git a/debian/control b/debian/control index a13f954..72c1358 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,6 @@ Package: liblz1 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Conflicts: liblz0 -Replaces: liblz0 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. |