Add ${misc:Depends} to all package dependencies
authorRuss Allbery <rra@debian.org>
Thu, 13 May 2010 16:47:13 +0000 (09:47 -0700)
committerRuss Allbery <rra@debian.org>
Thu, 13 May 2010 16:47:13 +0000 (09:47 -0700)
debian/changelog
debian/control

index 2c55280..35962f2 100644 (file)
@@ -1,3 +1,9 @@
+xmltooling (1.3.3-2) UNRELEASED; urgency=low
+
+  * Add ${misc:Depends} to all package dependencies.
+
+ -- Russ Allbery <rra@debian.org>  Thu, 13 May 2010 09:47:08 -0700
+
 xmltooling (1.3.3-1) unstable; urgency=low
 
   * New upstream release.
index bc97f17..d769be4 100644 (file)
@@ -26,8 +26,9 @@ Description: C++ XML parsing library with encryption support (runtime)
 Package: libxmltooling-dev
 Section: libdevel
 Architecture: any
-Depends: libxmltooling4 (= ${binary:Version}), libcurl4-openssl-dev,
- liblog4cpp5-dev, libxerces-c-dev, libxml-security-c-dev (>= 1.5)
+Depends: ${misc:Depends}, libxmltooling4 (= ${binary:Version}),
+ libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
+ libxml-security-c-dev (>= 1.5)
 Suggests: libxmltooling-doc (= ${source:Version})
 Description: C++ XML parsing library with encryption support (development)
  The XMLTooling library contains generic XML parsing and processing
@@ -42,6 +43,7 @@ Description: C++ XML parsing library with encryption support (development)
 Package: xmltooling-schemas
 Section: text
 Architecture: all
+Depends: ${misc:Depends}
 Description: XML schemas for XMLTooling
  The XMLTooling library contains generic XML parsing and processing
  classes based on the Xerces-C DOM.  It adds more powerful facilities for
@@ -54,6 +56,7 @@ Description: XML schemas for XMLTooling
 Package: libxmltooling-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: C++ XML parsing library with encryption support (API docs)
  The XMLTooling library contains generic XML parsing and processing
  classes based on the Xerces-C DOM. It adds more powerful facilities