[cpp-sp] 62/78: Only run dh_makeshlibs for libshibsp1

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:40:37 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.

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

commit 4044604f64727df145bdea17562cb897663a98b2
Author: Russ Allbery <rra at debian.org>
AuthorDate: 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.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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


More information about the commits mailing list