summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2015-02-01 12:34:30 +0800
committerAron Xu <aron@debian.org>2015-02-01 12:34:30 +0800
commit17f7c5e18b18e61b7706926e297436cfa9176db5 (patch)
tree9bd7b47635acc59015f32c277c27ddc626f372a8
parentc2967d365233a34dddd05ad0693146fef993ce2e (diff)
downloadlibxml2-17f7c5e18b18e61b7706926e297436cfa9176db5.tar.gz
Add icu related deps for -dev and -dbg packages
-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.