[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.2.1+dfsg-120-g4fa234f
Russ Allbery
rra at debian.org
Tue Sep 8 00:57:13 UTC 2009
The following commit has been merged in the debian branch:
commit 929195df1df9ba5a636e8e1f2d2a939efabf1f5d
Author: Russ Allbery <rra at debian.org>
Date: 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.
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
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list