summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control1
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ebc9517..02eb460 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
libxml2 (2.6.26.dfsg-4) unstable; urgency=low
- * debian/control: Bumped Standards-Version to 3.7.2.1. No changes required.
+ * debian/control:
+ + Bumped Standards-Version to 3.7.2.1. No changes required.
+ + Added a conflict to the sarge version of libxslt1.1 to avoid upgrade
+ problems. Closes: #390733.
* debian/watch: Updated to mangle the Debian version.
- -- Mike Hommey <glandium@debian.org> Sun, 27 Aug 2006 21:56:38 +0200
+ -- Mike Hommey <glandium@debian.org> Wed, 4 Oct 2006 16:51:29 +0200
libxml2 (2.6.26.dfsg-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 33fff13..666c091 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Package: libxml2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libxslt1.1 (<= 1.1.12-8)
Recommends: xml-core
Description: GNOME XML library
XML is a metalanguage to let you design your own markup language.