[cpp-sp] 07/08: Force usage of backported dependencies
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:49:05 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.6.0+dfsg1-3_bpo8+1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=1d0db86b61506141b9aa70742864a61a900cf010
commit 1d0db86b61506141b9aa70742864a61a900cf010
Author: Etienne Dysli Metref <etienne.dysli-metref at switch.ch>
AuthorDate: Fri Oct 21 11:38:45 2016 +0200
Force usage of backported dependencies
- log4shib (1.0.9-3)
- opensaml2 (2.6.0-4)
- xml-security-c (1.7.3-3)
- xmltooling (1.6.0-3)
---
debian/control | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 0b26473..10ed191 100644
--- a/debian/control
+++ b/debian/control
@@ -15,13 +15,13 @@ Build-Depends:
libboost-dev,
libfcgi-dev,
libkrb5-dev,
- liblog4shib-dev,
+ liblog4shib-dev (>= 1.0.9-3~),
libmemcached-dev (>= 1.0),
- libsaml2-dev (>= 2.6),
+ libsaml2-dev (>= 2.6.0-4~),
libsystemd-dev [linux-any],
libxerces-c-dev,
- libxml-security-c-dev (>= 1.7),
- libxmltooling-dev (>= 1.6),
+ libxml-security-c-dev (>= 1.7.3-3~),
+ libxmltooling-dev (>= 1.6.0-3~),
opensaml2-schemas,
pkg-config,
unixodbc-dev,
@@ -61,6 +61,8 @@ Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
+ liblog4shib1 (>= 1.0.9-3~),
+ libxml-security-c17 (>= 1.7.3-3~),
opensaml2-schemas (>= 2.6),
shibboleth-sp2-common (>= 2.6),
xmltooling-schemas (>= 1.6),
@@ -81,6 +83,8 @@ Section: libs
Architecture: any
Multi-Arch: same
Depends:
+ liblog4shib1 (>= 1.0.9-3~),
+ libxml-security-c17 (>= 1.7.3-3~),
${misc:Depends},
${shlibs:Depends},
Description: Federated web single sign-on system (plugins)
@@ -154,7 +158,9 @@ Architecture: any
Multi-Arch: foreign
Depends:
adduser,
+ liblog4shib1 (>= 1.0.9-3~),
libshibsp-plugins (= ${binary:Version}),
+ libxml-security-c17 (>= 1.7.3-3~),
# the init script sources /lib/lsb/init-functions:
lsb-base (>= 3.0-6),
${misc:Depends},
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list