[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.3.1+dfsg-2-44-g16178e4
Russ Allbery
rra at debian.org
Fri Apr 8 20:09:05 UTC 2011
The following commit has been merged in the master branch:
commit 0897e3634f1fec568ddc71e9d0949c59204c9873
Author: Russ Allbery <rra at debian.org>
Date: 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.
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 $@
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list