summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
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.