summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2010-01-19 19:07:05 +0100
committerMike Hommey <glandium@debian.org>2010-01-19 19:07:05 +0100
commit25fcef925125cc2820bee645e38df4f5232c4cd8 (patch)
treeee266c87e26cb2b101274bfaec38ce996796599a
parent41beff64668e0c2512d21478909626937755b2fe (diff)
downloadlibxml2-25fcef925125cc2820bee645e38df4f5232c4cd8.tar.gz
Add misc:Depends dependencies where they are missing
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c7bc87f..f4e2676 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,7 @@ Description: XML utilities
Package: libxml2-dev
Architecture: any
Section: libdevel
-Depends: libxml2 (= ${binary:Version})
+Depends: libxml2 (= ${binary:Version}), ${misc:Depends}
Replaces: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1)
Conflicts: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1)
Description: Development files for the GNOME XML library
@@ -66,7 +66,7 @@ Package: libxml2-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libxml2 (= ${binary:Version})
+Depends: libxml2 (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for the GNOME XML library
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
@@ -82,6 +82,7 @@ Description: Debugging symbols for the GNOME XML library
Package: libxml2-doc
Architecture: all
Section: doc
+Depends: ${misc:Depends}
Suggests: devhelp
Description: Documentation for the GNOME XML library
XML is a metalanguage to let you design your own markup language.