summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2015-09-03 09:24:00 +0200
committerRaphaël Hertzog <hertzog@debian.org>2015-09-03 09:42:52 +0200
commit0f54f129627e286b20b79021a0de2df8e1a34d7f (patch)
tree925b0e351dfce04578d5d78a16071eed00a8143a /debian
parent3b37b4eac67d984a059298ebbcbe5679e384846b (diff)
downloadlibxml2-0f54f129627e286b20b79021a0de2df8e1a34d7f.tar.gz
Drop Depends on libicu52-dbg from libxml2-dbg
It does not bring much and makes it possible to bin-NMU the package when the SONAME of libicu changes. Change made on request of Julien Cristau of the release team. The package needs to be uploaded soon as it's blocking the icu transition.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index dcb616e..9decfc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ libxml2 (2.9.2+really2.9.1+dfsg1-1) UNRELEASED; urgency=medium
FIX FOR https://bugzilla.gnome.org/show_bug.cgi?id=737840
(aka #766884 on the Debian side, closed only by virtue of going
back to 2.9.1...)
+ * Drop Depends on libicu52-dbg from libxml2-dbg. It does not bring
+ much and makes it possible to bin-NMU the package when the SONAME
+ of libicu changes. Change made on request of the release team.
-- Raphaël Hertzog <hertzog@debian.org> Thu, 27 Aug 2015 11:00:44 +0200
diff --git a/debian/control b/debian/control
index 0afb161..a5ffdaa 100644
--- a/debian/control
+++ b/debian/control
@@ -86,7 +86,7 @@ Package: libxml2-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libxml2 (= ${binary:Version}), libicu52-dbg, ${misc:Depends}
+Depends: libxml2 (= ${binary:Version}), ${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.