[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.3+dfsg-3-9-g2a05bab

Russ Allbery rra at debian.org
Thu Feb 2 08:16:45 UTC 2012


The following commit has been merged in the master branch:
commit 527a9772fa7f4466fc94d1454ac830f606fe0201
Author: Russ Allbery <rra at debian.org>
Date:   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.

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

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list