[cpp-sp] 04/05: Force use of backported dependencies
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:49:45 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.6.1+dfsg1-2_bpo9+1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=7679663a0db3799a6caf3103090ea2e9198e38d6
commit 7679663a0db3799a6caf3103090ea2e9198e38d6
Author: Etienne Dysli Metref <etienne.dysli-metref at switch.ch>
AuthorDate: Mon Jan 15 15:54:07 2018 +0100
Force use of backported dependencies
- opensaml2 >= 2.6.1-1~
- xmltooling >= 1.6.2-1~
---
debian/control | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index a64d96c..fd30d5a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,11 +17,11 @@ Build-Depends:
libkrb5-dev,
liblog4shib-dev,
libmemcached-dev (>= 1.0),
- libsaml2-dev (>= 2.6),
+ libsaml2-dev (>= 2.6.1-1~),
libsystemd-dev [linux-any],
libxerces-c-dev,
libxml-security-c-dev (>= 1.7),
- libxmltooling-dev (>= 1.6),
+ libxmltooling-dev (>= 1.6.2-1~),
opensaml2-schemas,
pkg-config,
unixodbc-dev,
@@ -39,6 +39,8 @@ Section: httpd
Architecture: any
Depends:
libshibsp-plugins (= ${binary:Version}),
+ libshibsp7 (= ${binary:Version}),
+ libxmltooling7 (>= 1.6.2-1~),
shibboleth-sp2-utils (>= 2.6),
${misc:Depends},
${shlibs:Depends},
@@ -61,6 +63,8 @@ Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
+ libsaml9 (>= 2.6.1-1~),
+ libxmltooling7 (>= 1.6.2-1~),
opensaml2-schemas (>= 2.6),
shibboleth-sp2-common (>= 2.6),
xmltooling-schemas (>= 1.6),
@@ -81,6 +85,9 @@ Section: libs
Architecture: any
Multi-Arch: same
Depends:
+ libsaml9 (>= 2.6.1-1~),
+ libshibsp7 (= ${binary:Version}),
+ libxmltooling7 (>= 1.6.2-1~),
${misc:Depends},
${shlibs:Depends},
Description: Federated web single sign-on system (plugins)
@@ -98,10 +105,10 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
- libsaml2-dev (>= 2.6),
+ libsaml2-dev (>= 2.6.1-1~),
libshibsp7 (= ${binary:Version}),
libxerces-c-dev,
- libxmltooling-dev (>= 1.6),
+ libxmltooling-dev (>= 1.6.2-1~),
${misc:Depends},
Suggests:
libshibsp-doc,
@@ -154,7 +161,10 @@ Architecture: any
Multi-Arch: foreign
Depends:
adduser,
+ libsaml9 (>= 2.6.1-1~),
libshibsp-plugins (= ${binary:Version}),
+ libshibsp7 (= ${binary:Version}),
+ libxmltooling7 (>= 1.6.2-1~),
# 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