[cpp-sp] 40/42: Ignore Shibboleth plugins for dh_makeshlibs
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:44:57 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.4.2+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=0897e3634f1fec568ddc71e9d0949c59204c9873
commit 0897e3634f1fec568ddc71e9d0949c59204c9873
Author: Russ Allbery <rra at debian.org>
AuthorDate: Fri Apr 8 12:50:23 2011 -0700
Ignore Shibboleth plugins for dh_makeshlibs
* Ignore the plugins in /usr/lib/shibboleth when running dh_makeshlibs.
They have SONAMEs but aren't actually libraries.
---
debian/changelog | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cbe51ec..c27475a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,8 @@ shibboleth-sp2 (2.4.2+dfsg-1) UNRELEASED; urgency=low
* Fix LSB Description keyword formatting in the shibd init script.
* Empty the Default-Stop setting for the shibd init script. Just
killing the daemon as part of shutdown should be fine.
+ * Ignore the plugins in /usr/lib/shibboleth when running dh_makeshlibs.
+ They have SONAMEs but aren't actually libraries.
* Update to debhelper compatibility level V8.
- Use debhelper rule minimization.
* Update debian/copyright to the current DEP-5 specification.
diff --git a/debian/rules b/debian/rules
index 6551167..44dc1ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,5 +85,8 @@ override_dh_installdocs:
override_dh_installinit:
dh_installinit --name=shibd
+override_dh_makeshlibs:
+ dh_makeshlibs -Xusr/lib/shibboleth
+
%:
dh $@
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list