[cpp-sp] 43/47: Tighten the dependencies on the OpenSAML and XMLTooling schemas
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:42:11 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.1.dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=432a83336fb9072fb76c0e8752875ceb74d2da80
commit 432a83336fb9072fb76c0e8752875ceb74d2da80
Author: Russ Allbery <rra at debian.org>
AuthorDate: Wed Jan 21 17:47:10 2009 -0800
Tighten the dependencies on the OpenSAML and XMLTooling schemas
* Tighten the dependency versioning; the 2.1 SP library requires the
2.1 schemas from the Shibboleth SP and OpenSAML and the 1.1 schemas
from XMLTooling.
---
debian/changelog | 3 ++-
debian/control | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2231f24..ff8eda8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,8 @@ shibboleth-sp2 (2.1.dfsg1-1) UNRELEASED; urgency=low
* Fix the name of the tarball created by get-orig-source.
* Logcheck rules.
* Tighten the dependency versioning; the 2.1 SP library requires the
- 2.1 schemas.
+ 2.1 schemas from the Shibboleth SP and OpenSAML and the 1.1 schemas
+ from XMLTooling.
[ Ferenc Wagner ]
* Follow the libshibsp1->2 package rename in the dh_makeshlibs invocation.
diff --git a/debian/control b/debian/control
index e3f12ec..3d0202d 100644
--- a/debian/control
+++ b/debian/control
@@ -34,8 +34,8 @@ Description: Federated web single sign-on system (Apache module)
Package: libshibsp2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, opensaml2-schemas, shibboleth-sp2-schemas (>= 2.1),
- xmltooling-schemas
+Depends: ${shlibs:Depends}, opensaml2-schemas (>= 2.1),
+ shibboleth-sp2-schemas (>= 2.1), xmltooling-schemas (>= 1.1)
Description: Federated web single sign-on system (runtime)
The Shibboleth System is a standards based software package for web
single sign-on across or within organizational boundaries. It supports
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list