[cpp-sp] 30/40: Generate shlibs for the correct binary package

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:42:51 EST 2018


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

scantor pushed a commit to annotated tag debian/2.2.1+dfsg-1
in repository cpp-sp.

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

commit 929195df1df9ba5a636e8e1f2d2a939efabf1f5d
Author: Russ Allbery <rra at debian.org>
AuthorDate: Mon Sep 7 13:18:36 2009 -0700

    Generate shlibs for the correct binary package
    
    debian/rules had missed a required change for the renaming of the shared
    library package.  Fix the package name passed to dh_makeshlibs.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 019717c..a7a9f12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,7 +127,7 @@ binary-arch: install-stamp
 	dh_strip
 	dh_compress
 	dh_fixperms
-	DH_OPTIONS="" dh_makeshlibs -plibshibsp2
+	DH_OPTIONS="" dh_makeshlibs -plibshibsp3
 	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