[SCM] Debian packaging for OpenSAML 2.0 branch, master, updated. debian/2.4.3-4-17-g602f1f7

Russ Allbery rra at debian.org
Wed May 29 01:22:54 UTC 2013


The following commit has been merged in the master branch:
commit a3a5b2c1846651f47449095ec5117c02691622b2
Author: Russ Allbery <rra at debian.org>
Date:   Tue May 28 17:53:29 2013 -0700

    Add more Multi-Arch control fields
    
    * Add Multi-Arch: same to libsaml2-dev and Multi-Arch: foreign to
      opensaml2-utils, opensaml2-schemas, and libsaml2-doc.

diff --git a/debian/changelog b/debian/changelog
index c807a66..a90c646 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ opensaml2 (2.5.2-1) UNRELEASED; urgency=low
   * Use log4shib instead of log4cpp.
   * Force build dependency on xml-security-c 1.7 or later and xmltooling
     1.5 or later for consistent build results.
+  * Add Multi-Arch: same to libsaml2-dev and Multi-Arch: foreign to
+    opensaml2-utils, opensaml2-schemas, and libsaml2-doc.
   * Remove obsolete README.source file that documented symbols file
     maintenance.
 
diff --git a/debian/control b/debian/control
index 6facb23..2a7fb0c 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Description: Security Assertion Markup Language library (runtime)
 Package: libsaml2-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, libsaml7 (= ${binary:Version}),
  libxmltooling-dev (>= 1.4)
 Suggests: libsaml2-doc (= ${source:Version})
@@ -42,6 +43,7 @@ Description: Security Assertion Markup Language library (development)
 Package: opensaml2-tools
 Section: text
 Architecture: any
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Security Assertion Markup Language command-line tools
  OpenSAML is an open source implementation of the OASIS Security Assertion
@@ -54,6 +56,7 @@ Description: Security Assertion Markup Language command-line tools
 Package: opensaml2-schemas
 Section: text
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Conflicts: opensaml-schemas
 Description: Security Assertion Markup Language library (XML schemas)
@@ -66,6 +69,7 @@ Description: Security Assertion Markup Language library (XML schemas)
 Package: libsaml2-doc
 Section: doc
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, libjs-jquery
 Description: Security Assertion Markup Language library (API docs)
  OpenSAML is an open source implementation of the OASIS Security Assertion

-- 
Debian packaging for OpenSAML 2.0



More information about the Pkg-shibboleth-devel mailing list