summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ffaebd..4c3442c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libxml2 (2.6.26.dfsg-3) unstable; urgency=medium
+
+ * debian/rules, debian/libxml2-dev.install: Don't install libxml2.la
+ directly and sed it to remove the dependency_libs. Note that will break
+ linking statically libxml2 with libtool, we recommend to use pkg-config
+ --static --libs libxml-2.0 instead of relying on libtool.
+ Closes: #379807, #378511.
+ * xml2-config.in: Fixed usage alignment of the new option introduced in
+ previous upload.
+
+ -- Mike Hommey <glandium@debian.org> Thu, 27 Jul 2006 19:40:27 +0200
+
libxml2 (2.6.26.dfsg-2) unstable; urgency=low
* The slithering release.
@@ -30,6 +42,8 @@ libxml2 (2.6.26.dfsg-2) unstable; urgency=low
* debian/control: Made libxml2-doc suggest devhelper.
* libxml-2.0.pc.in, libxml-2.0-uninstalled.pc.in: Split Libs in Libs and
Libs.private.
+ * configure.in, configure: Adapted to fill the variables correctly for
+ libraries.
* xml2-config.in, xml2-config.1: Added a --static option to add to --libs
so that we can split what is needed when building statically and what is
needed when building dynamically. Closes: #374017.