package: libxml2-dev
version: 2.9.2+dfsg1-2
severity: serious
tags: patch
control: affects -1 brasero

I should have noticed this earlier.  libxml2-dev with icu support
needs a dependency on libicu-dev, otherwise applications linking
against libxml2 will fail to build.  See brasero's latest build log
for an example [0].

Best wishes,
Mike

[0] https://buildd.debian.org/status/package.php?p=brasero
diff -Nru libxml2-2.9.2+dfsg1/debian/changelog libxml2-2.9.2+dfsg1/debian/changelog
--- libxml2-2.9.2+dfsg1/debian/changelog	2015-01-30 06:11:17.000000000 +0000
+++ libxml2-2.9.2+dfsg1/debian/changelog	2015-02-01 00:18:29.000000000 +0000
@@ -1,3 +1,10 @@
+libxml2 (2.9.2+dfsg1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing libicu-dev dependency to libxml2-dev.
+
+ -- Michael Gilbert <mgilb...@debian.org>  Sun, 01 Feb 2015 00:18:13 +0000
+
 libxml2 (2.9.2+dfsg1-2) unstable; urgency=medium
 
   [ Michael Gilbert ]
diff -Nru libxml2-2.9.2+dfsg1/debian/control libxml2-2.9.2+dfsg1/debian/control
--- libxml2-2.9.2+dfsg1/debian/control	2015-01-30 05:52:12.000000000 +0000
+++ libxml2-2.9.2+dfsg1/debian/control	2015-02-01 00:18:44.000000000 +0000
@@ -67,7 +67,7 @@
 Package: libxml2-dev
 Architecture: any
 Section: libdevel
-Depends: libxml2 (= ${binary:Version}), ${misc:Depends}
+Depends: libxml2 (= ${binary:Version}), ${misc:Depends}, libicu-dev
 Suggests: pkg-config
 Multi-Arch: same
 Description: Development files for the GNOME XML library

Reply via email to