[cpp-sp] 08/09: Tighten library dependencies for libshibsp

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:45:39 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-4
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=527a9772fa7f4466fc94d1454ac830f606fe0201

commit 527a9772fa7f4466fc94d1454ac830f606fe0201
Author: Russ Allbery <rra at debian.org>
AuthorDate: Wed Feb 1 23:50:49 2012 -0800

    Tighten library dependencies for libshibsp
    
    * Tighten shlibs for libshibsp5 since the plugin directory changed due
      to multiarch.
---
 debian/changelog | 2 ++
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a56be62..094fc65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ shibboleth-sp2 (2.4.3+dfsg-4) UNRELEASED; urgency=low
   * Update to debhelper compatibility level V9.
     - Enable hardening build flags.  (Closes: #656006)
     - Enable multiarch support.
+  * Tighten shlibs for libshibsp5 since the plugin directory changed due
+    to multiarch.
   * Rebuild the Autotools build system using dh-autoreconf instead of
     rolling our own version of the same thing.
   * Rewrite the shibd init script to use the LSB init script functions and
diff --git a/debian/rules b/debian/rules
index c1954ff..49a050b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,8 @@ override_dh_installinit:
 	dh_installinit --name=shibd -- start 20 2 3 4 5 . stop 20 .
 
 override_dh_makeshlibs:
-	dh_makeshlibs -Xusr/lib/$(DEB_HOST_MULTIARCH)/shibboleth
+	dh_makeshlibs -V'libshibsp5 (>= 2.4.3+dfsg-4~)' \
+	    -Xusr/lib/$(DEB_HOST_MULTIARCH)/shibboleth
 
 %:
 	dh $@ --with autoreconf

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list