summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 1a7b3cc..a1a6813 100644
--- a/debian/control
+++ b/debian/control
@@ -67,7 +67,7 @@ Description: XML utilities (debug extension)
Package: libxml2-dev
Architecture: any
Section: libdevel
-Depends: libxml2 (= ${binary:Version}), ${misc:Depends}
+Depends: libxml2 (= ${binary:Version}), libicu-dev, ${misc:Depends}
Suggests: pkg-config
Multi-Arch: same
Description: Development files for the GNOME XML library
@@ -85,7 +85,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.