summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.