[opensaml2] 02/03: Force usage of backported dependencies
Ferenc Wágner
wferi at moszumanska.debian.org
Wed Oct 5 10:40:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi pushed a commit to annotated tag debian/2.6.0-4_bpo8+1
in repository opensaml2.
commit b58aca5e8ddeab8303e79f58340fa2ab1c28d8a4
Author: Etienne Dysli Metref <etienne.dysli-metref at switch.ch>
Date: Thu Sep 29 17:27:59 2016 +0200
Force usage of backported dependencies
- log4shib (1.0.9-3)
- xml-security-c (1.7.3-3)
- xmltooling (1.6.0-3)
---
debian/control | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index de054e9..04adad1 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,10 @@ Build-Depends:
debhelper (>= 9),
dh-autoreconf,
libboost-dev,
- liblog4shib-dev,
+ liblog4shib-dev (>= 1.0.9-3~),
libxerces-c-dev,
- libxml-security-c-dev (>= 1.7),
- libxmltooling-dev (>= 1.5),
+ libxml-security-c-dev (>= 1.7.3-3~),
+ libxmltooling-dev (>= 1.6.0-3~),
pkg-config,
zlib1g-dev,
Build-Depends-Indep:
@@ -35,6 +35,8 @@ Pre-Depends:
Depends:
${misc:Depends},
${shlibs:Depends},
+ liblog4shib1 (>= 1.0.9-3~),
+ libxml-security-c17 (>= 1.7.3-3~),
Description: Security Assertion Markup Language library (runtime)
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
@@ -49,7 +51,7 @@ Architecture: any
Multi-Arch: same
Depends:
libsaml9 (= ${binary:Version}),
- libxmltooling-dev (>= 1.5),
+ libxmltooling-dev (>= 1.6.0-3~),
zlib1g-dev,
${misc:Depends},
Suggests:
@@ -71,6 +73,8 @@ Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
+ liblog4shib1 (>= 1.0.9-3~),
+ libxml-security-c17 (>= 1.7.3-3~),
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git
More information about the Pkg-shibboleth-devel
mailing list