diff options
author | Mike Hommey <glandium@debian.org> | 2006-10-04 16:53:56 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2006-10-04 16:53:56 +0200 |
commit | 23f3a350d9e0bd835c03485836b3dc6eb49669c9 (patch) | |
tree | 8b4c36b3d7565952d6ec3fabc117d1c71325b884 | |
parent | 22e1bbf03be2def4433a42b258cf5372ee90e52f (diff) | |
download | libxml2-debian/2.6.26.dfsg-4.tar.gz |
* debian/control: Added a conflict to the sarge version of libxslt1.1 todebian/2.6.26.dfsg-4
avoid upgrade problems. Closes: #390733.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
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. |