[SCM] Debian packaging for OpenSAML 2.0 branch, debian, updated. upstream/2.3-69-gdf5c519

Russ Allbery rra at debian.org
Thu May 13 17:15:23 UTC 2010


The following commit has been merged in the debian branch:
commit 6b533da6c7de802e359f718ea2b1844425013f9c
Author: Russ Allbery <rra at debian.org>
Date:   Thu May 13 10:12:49 2010 -0700

    Add ${misc:Depends} to all package dependencies

diff --git a/debian/changelog b/debian/changelog
index 55b4b00..fdc6338 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+opensaml2 (2.3-2) UNRELEASED; urgency=low
+
+  * Add ${misc:Depends} to all package dependencies.
+
+ -- Russ Allbery <rra at debian.org>  Thu, 13 May 2010 10:12:33 -0700
+
 opensaml2 (2.3-1) unstable; urgency=high
 
   * Urgency set to high for security fix.
diff --git a/debian/control b/debian/control
index 3c90303..1fce4bb 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,8 @@ Description: Security Assertion Markup Language library (runtime)
 Package: libsaml2-dev
 Section: libdevel
 Architecture: any
-Depends: libsaml6 (= ${binary:Version}), libxmltooling-dev (>= 1.3)
+Depends: ${misc:Depends}, libsaml6 (= ${binary:Version}),
+ libxmltooling-dev (>= 1.3)
 Suggests: libsaml2-doc (= ${source:Version})
 Conflicts: libsaml-dev
 Description: Security Assertion Markup Language library (development)
@@ -39,7 +40,7 @@ Description: Security Assertion Markup Language library (development)
 Package: opensaml2-tools
 Section: text
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Security Assertion Markup Language command-line tools
  OpenSAML is an open source implementation of the OASIS Security Assertion
  Markup Language Specification. It contains a set of open source C++ classes
@@ -51,6 +52,7 @@ Description: Security Assertion Markup Language command-line tools
 Package: opensaml2-schemas
 Section: text
 Architecture: all
+Depends: ${misc:Depends}
 Conflicts: opensaml-schemas
 Description: Security Assertion Markup Language library (XML schemas)
  OpenSAML is an open source implementation of the OASIS Security Assertion
@@ -62,6 +64,7 @@ Description: Security Assertion Markup Language library (XML schemas)
 Package: libsaml2-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Security Assertion Markup Language library (API docs)
  OpenSAML is an open source implementation of the OASIS Security Assertion
  Markup Language Specification. It contains a set of open source C++ classes

-- 
Debian packaging for OpenSAML 2.0



More information about the Pkg-shibboleth-devel mailing list