[SCM] Debian packaging for XMLTooling-C branch, debian, updated. upstream/1.3.1-81-g5dec9e5

Russ Allbery rra at debian.org
Thu May 13 16:48:59 UTC 2010


The following commit has been merged in the debian branch:
commit 5a21212898b929f09e908b55d1894bad1c85c7ee
Author: Russ Allbery <rra at debian.org>
Date:   Thu May 13 09:47:13 2010 -0700

    Add ${misc:Depends} to all package dependencies

diff --git a/debian/changelog b/debian/changelog
index 2c55280..35962f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xmltooling (1.3.3-2) UNRELEASED; urgency=low
+
+  * Add ${misc:Depends} to all package dependencies.
+
+ -- Russ Allbery <rra at debian.org>  Thu, 13 May 2010 09:47:08 -0700
+
 xmltooling (1.3.3-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index bc97f17..d769be4 100644
--- a/debian/control
+++ b/debian/control
@@ -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

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list