[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.0.dfsg1-58-g988635c

Russ Allbery rra at debian.org
Thu Jun 26 00:20:48 UTC 2008


The following commit has been merged in the debian branch:
commit 4044604f64727df145bdea17562cb897663a98b2
Author: Russ Allbery <rra at debian.org>
Date:   Wed Jun 25 15:03:04 2008 -0700

    Only run dh_makeshlibs for libshibsp1
    
    Don't run dh_makeshlibs for libapache2-mod-shib2.  It picks up the module
    and plugins and generates an unnecessary ldconfig call.

diff --git a/debian/rules b/debian/rules
index 237c8f0..fcab592 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,7 +109,7 @@ binary-arch: install-stamp
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs
+	DH_OPTIONS="" dh_makeshlibs -plibshibsp1
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list