[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.1-1-3-gf1dfe3e
Russ Allbery
rra at debian.org
Thu Jan 26 02:00:11 UTC 2012
The following commit has been merged in the master branch:
commit 5dfad6e51994a9cfffff1bbbf81d089754ba0a27
Author: Russ Allbery <rra at debian.org>
Date: Wed Jan 25 14:44:36 2012 -0800
Enable multiarch support
diff --git a/debian/changelog b/debian/changelog
index 8d265a0..25c459f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xml-security-c (1.6.1-2) UNRELEASED; urgency=low
* Update to debhelper compatibility level V9.
- Enable hardening build flags. (Closes: #656658)
+ - Enable multiarch support.
-- Russ Allbery <rra at debian.org> Wed, 25 Jan 2012 14:36:36 -0800
diff --git a/debian/control b/debian/control
index 0fc6111..56671d2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/xml-security-c.git
Package: libxml-security-c16
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ library for XML Digital Signatures (runtime)
Apache XML Security for C++ is a library for the XML Digital Security
diff --git a/debian/libxml-security-c-dev.install b/debian/libxml-security-c-dev.install
index 63c4260..34bfc00 100644
--- a/debian/libxml-security-c-dev.install
+++ b/debian/libxml-security-c-dev.install
@@ -1,2 +1,2 @@
usr/include
-usr/lib/lib*.so
+usr/lib/*/lib*.so
diff --git a/debian/libxml-security-c16.install b/debian/libxml-security-c16.install
index ec4fb8f..0c5b5fd 100644
--- a/debian/libxml-security-c16.install
+++ b/debian/libxml-security-c16.install
@@ -1 +1 @@
-usr/lib/libxml-security-c.so.*
+usr/lib/*/libxml-security-c.so.*
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list