summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 1 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 9decfc7..dcb616e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,6 @@ 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 a5ffdaa..0afb161 100644
--- a/debian/control
+++ b/debian/control
@@ -86,7 +86,7 @@ Package: libxml2-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libxml2 (= ${binary:Version}), ${misc:Depends}
+Depends: libxml2 (= ${binary:Version}), libicu52-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.