[xml-security-c] 23/24: Incorporate the 1.7.2-3.1 NMU
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Sun Nov 29 19:42:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch master
in repository xml-security-c.
commit 4eaef76d454bca50aa85804fa0eb55526a017211
Author: Ferenc Wágner <wferi at niif.hu>
Date: Thu Nov 26 20:50:58 2015 +0100
Incorporate the 1.7.2-3.1 NMU
As explained by Jakub Wilk at
https://lists.debian.org/debian-mentors/2015/11/msg00371.html, #791323 was
genuine and the fix was necessary after all.
Thanks: Julien Cristau
---
debian/changelog | 7 +++++++
debian/control | 8 ++++++--
...{libxml-security-c17.install => libxml-security-c17v5.install} | 0
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9aad3ee..6c8547c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xml-security-c (1.7.2-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename library packages for g++5 ABI transition (closes: 791323).
+
+ -- Julien Cristau <jcristau at debian.org> Sun, 16 Aug 2015 17:56:43 +0200
+
xml-security-c (1.7.2-3) unstable; urgency=medium
* Avoid use of PATH_MAX where possible by using getcwd to allocate the
diff --git a/debian/control b/debian/control
index 209112e..a3468ea 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Homepage: http://santuario.apache.org/cindex.html
Vcs-Git: git://anonscm.debian.org/pkg-shibboleth/xml-security-c.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-shibboleth/xml-security-c.git
-Package: libxml-security-c17
+Package: libxml-security-c17v5
Architecture: any
Multi-Arch: same
Pre-Depends:
@@ -24,6 +24,10 @@ Pre-Depends:
Depends:
${misc:Depends},
${shlibs:Depends},
+Conflicts:
+ libxml-security-c17,
+Replaces:
+ libxml-security-c17,
Description: C++ library for XML Digital Signatures (runtime)
Apache XML Security for C++ is a library for the XML Digital Security
specification. It provides processing and handling of XML Key Management
@@ -39,7 +43,7 @@ Multi-Arch: same
Depends:
libssl-dev,
libxerces-c-dev,
- libxml-security-c17 (= ${binary:Version}),
+ libxml-security-c17v5 (= ${binary:Version}),
${misc:Depends},
Description: C++ library for XML Digital Signatures (development)
Apache XML Security for C++ is a library for the XML Digital Security
diff --git a/debian/libxml-security-c17.install b/debian/libxml-security-c17v5.install
similarity index 100%
rename from debian/libxml-security-c17.install
rename to debian/libxml-security-c17v5.install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git
More information about the Pkg-shibboleth-devel
mailing list