diffstat of debian/ for libxml2_2.9.4+dfsg1-6.1 libxml2_2.9.4+dfsg1-6.1ubuntu1 changelog | 34 +++++++++++++++++++++++++++++++++- control | 20 ++++++++++++++++++-- rules | 3 --- 3 files changed, 51 insertions(+), 6 deletions(-) diff -Nru libxml2-2.9.4+dfsg1/debian/changelog libxml2-2.9.4+dfsg1/debian/changelog --- libxml2-2.9.4+dfsg1/debian/changelog 2018-01-02 07:59:03.000000000 +0000 +++ libxml2-2.9.4+dfsg1/debian/changelog 2018-01-02 09:35:09.000000000 +0000 @@ -1,3 +1,10 @@ +libxml2 (2.9.4+dfsg1-6.1ubuntu1) bionic; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/{rules,control}: Drop dep on libicu-dbg, icu59 doesn't ship it. + + -- Gianfranco Costamagna Tue, 02 Jan 2018 10:35:09 +0100 + libxml2 (2.9.4+dfsg1-6.1) unstable; urgency=medium * Non-maintainer upload. @@ -32,6 +39,13 @@ -- Mattia Rizzolo Tue, 02 Jan 2018 00:54:05 +0100 +libxml2 (2.9.4+dfsg1-5.2ubuntu1) bionic; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/{rules,control}: Drop dep on libicu-dbg, icu59 doesn't ship it. + + -- Gianfranco Costamagna Mon, 18 Dec 2017 19:20:37 +0100 + libxml2 (2.9.4+dfsg1-5.2) unstable; urgency=medium * Non-maintainer upload. @@ -39,6 +53,13 @@ -- Salvatore Bonaccorso Thu, 14 Dec 2017 20:36:07 +0100 +libxml2 (2.9.4+dfsg1-5.1ubuntu1) bionic; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/{rules,control}: Drop dep on libicu-dbg, icu59 doesn't ship it. + + -- Gianfranco Costamagna Mon, 27 Nov 2017 10:26:16 +0100 + libxml2 (2.9.4+dfsg1-5.1) unstable; urgency=medium * Non-maintainer upload. @@ -51,6 +72,18 @@ -- Salvatore Bonaccorso Sat, 18 Nov 2017 16:39:04 +0100 +libxml2 (2.9.4+dfsg1-5ubuntu2) bionic; urgency=medium + + * No-change rebuild for icu soname change. + + -- Matthias Klose Tue, 07 Nov 2017 08:54:26 +0000 + +libxml2 (2.9.4+dfsg1-5ubuntu1) bionic; urgency=medium + + * debian/{rules,control}: Drop dep on libicu-dbg, icu59 doesn't ship it. + + -- Adam Conrad Thu, 26 Oct 2017 01:32:39 -0600 + libxml2 (2.9.4+dfsg1-5) unstable; urgency=medium * Team upload. @@ -1117,7 +1150,6 @@ -- Mike Hommey Thu, 28 Oct 2004 17:34:54 +0900 - libxml2 (2.6.14-1) experimental; urgency=low * New upstream release. Closes: #273961. diff -Nru libxml2-2.9.4+dfsg1/debian/control libxml2-2.9.4+dfsg1/debian/control --- libxml2-2.9.4+dfsg1/debian/control 2018-01-02 07:59:03.000000000 +0000 +++ libxml2-2.9.4+dfsg1/debian/control 2018-01-02 04:14:17.000000000 +0000 @@ -1,7 +1,8 @@ Source: libxml2 Priority: optional Section: libs -Maintainer: Debian XML/SGML Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian XML/SGML Group Uploaders: Aron Xu , YunQiang Su , @@ -91,7 +92,6 @@ Section: debug Depends: libxml2 (= ${binary:Version}), - ${dep:libicudbg}, ${misc:Depends}, Multi-Arch: same Description: Debugging symbols for the GNOME XML library @@ -202,3 +202,19 @@ . This package contains the files needed to use the GNOME XML library in Python3 programs for use with the Python3 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. diff -Nru libxml2-2.9.4+dfsg1/debian/rules libxml2-2.9.4+dfsg1/debian/rules --- libxml2-2.9.4+dfsg1/debian/rules 2018-01-02 07:59:03.000000000 +0000 +++ libxml2-2.9.4+dfsg1/debian/rules 2018-01-02 04:14:17.000000000 +0000 @@ -119,9 +119,6 @@ override_dh_makeshlibs: dh_makeshlibs -a -V 'libxml2 (>= 2.7.4)' -- -c4 -override_dh_gencontrol: - dh_gencontrol -- -Vdep:libicudbg="`dpkg-query -f '$${Depends}' -W libicu-dev | sed 's/.*\(libicu[0-9]*\).*/\1/'`-dbg" - %: dh $@ \ $(if $(filter python-libxml2 python-libxml2-dbg,$(DOPACKAGES)),--with python2) \