[cpp-sp] 02/20: Remove ${shlibs:Depends} from libshibsp-dev
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:45:04 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.4.3+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=41ddbbd585523d82927deee669777afb1a2c47ce
commit 41ddbbd585523d82927deee669777afb1a2c47ce
Author: Russ Allbery <rra at debian.org>
AuthorDate: Fri Apr 8 13:12:00 2011 -0700
Remove ${shlibs:Depends} from libshibsp-dev
* Remove ${shlibs:Depends} from libshibsp-dev, which doesn't contain any
binaries.
---
debian/changelog | 2 ++
debian/control | 5 ++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 60fd18f..168e029 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
shibboleth-sp2 (2.4.2+dfsg-2) UNRELEASED; urgency=low
+ * Remove ${shlibs:Depends} from libshibsp-dev, which doesn't contain any
+ binaries.
* Update standards version to 3.9.2 (no changes required).
-- Russ Allbery <rra at debian.org> Fri, 08 Apr 2011 13:10:52 -0700
diff --git a/debian/control b/debian/control
index 9c7ca10..9c30f70 100644
--- a/debian/control
+++ b/debian/control
@@ -50,9 +50,8 @@ Description: Federated web single sign-on system (runtime)
Package: libshibsp-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libshibsp5 (= ${binary:Version}), libsaml2-dev (>= 2.4),
- libxerces-c-dev, libxmltooling-dev (>= 1.4)
+Depends: ${misc:Depends}, libshibsp5 (= ${binary:Version}),
+ libsaml2-dev (>= 2.4), libxerces-c-dev, libxmltooling-dev (>= 1.4)
Suggests: libshib2-doc (= ${source:Version})
Description: Federated web single sign-on system (development)
The Shibboleth System is a standards based software package for web
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list