diff -Nru libxml2-2.9.2+dfsg1/debian/changelog libxml2-2.9.2+dfsg1/debian/changelog --- libxml2-2.9.2+dfsg1/debian/changelog 2015-08-05 16:40:32.000000000 +0000 +++ libxml2-2.9.2+dfsg1/debian/changelog 2015-08-05 16:44:34.000000000 +0000 @@ -1,6 +1,6 @@ -libxml2 (2.9.2+dfsg1-3build2) wily; urgency=medium +libxml2 (2.9.2+dfsg1-3ubuntu1) wily; urgency=medium - * No-change rebuild against new libicu + * Update hardcoded libicu52-dbg dep -- Iain Lane Wed, 05 Aug 2015 17:40:32 +0100 diff -Nru libxml2-2.9.2+dfsg1/debian/control libxml2-2.9.2+dfsg1/debian/control --- libxml2-2.9.2+dfsg1/debian/control 2015-02-01 04:34:23.000000000 +0000 +++ libxml2-2.9.2+dfsg1/debian/control 2015-08-05 16:44:35.000000000 +0000 @@ -85,7 +85,7 @@ Architecture: any Section: debug Priority: extra -Depends: libxml2 (= ${binary:Version}), libicu52-dbg, ${misc:Depends} +Depends: libxml2 (= ${binary:Version}), libicu55-dbg, ${misc:Depends} Multi-Arch: same Description: Debugging symbols for the GNOME XML library XML is a metalanguage to let you design your own markup language. @@ -146,3 +146,19 @@ . This package contains the files needed to use the GNOME XML library in Python programs for use with the Python debug interpreter. + +Package: libxml2-udeb +XC-Package-Type: udeb +Architecture: any +Section: debian-installer +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GNOME XML library - minimal runtime + XML is a metalanguage to let you design your own markup language. + A regular markup language defines a way to describe information in + a certain class of documents (eg HTML). XML lets you define your + own customized markup languages for many classes of document. It + can do this because it's written in SGML, the international standard + metalanguage for markup languages. + . + This is a minimal package for use in debian-installer that yields a + library providing an extensive API to handle such XML data files.