diff options
author | Aron Xu <aron@debian.org> | 2015-09-21 22:53:31 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2015-09-21 22:53:31 +0800 |
commit | bc2465ccd27fdd2a9dcc17219955dc216551dda5 (patch) | |
tree | ee3d6bec4052b793371bf74a2731328a49fd6b46 | |
parent | 0f54f129627e286b20b79021a0de2df8e1a34d7f (diff) | |
download | libxml2-bc2465ccd27fdd2a9dcc17219955dc216551dda5.tar.gz |
Revert "Drop Depends on libicu52-dbg from libxml2-dbg"
This reverts commit 0f54f129627e286b20b79021a0de2df8e1a34d7f.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
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. |