[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, lenny, updated. debian/2.0.dfsg1-4+lenny1-3-gdce164a
Russ Allbery
rra at debian.org
Fri Dec 4 02:04:31 UTC 2009
The following commit has been merged in the lenny branch:
commit 808ac83628a7cc2fbead4f7468c8813c441c028d
Author: Russ Allbery <rra at debian.org>
Date: Thu Dec 3 16:30:51 2009 -0800
Bump shlibs and libtool versioning for the libshibsp change
diff --git a/debian/rules b/debian/rules
index 200a84f..fed85a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -124,7 +124,8 @@ binary-arch: install-stamp
dh_strip
dh_compress
dh_fixperms
- DH_OPTIONS="" dh_makeshlibs -plibshibsp1
+ DH_OPTIONS="" dh_makeshlibs -plibshibsp1 \
+ -V 'libshibsp1 (>= 2.0.dfsg1-4+lenny2)'
dh_installdeb
dh_shlibdeps
dh_gencontrol
diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index cd1d348..254dbb0 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -190,8 +190,8 @@ libshibsp_la_SOURCES = \
# this is different from the project version
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibsp_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 1:0:0
-libshibsp_lite_la_LDFLAGS = $(LITE_LIBS) -version-info 1:0:0
+libshibsp_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 2:0:1
+libshibsp_lite_la_LDFLAGS = $(LITE_LIBS) -version-info 2:0:1
libshibsp_lite_la_CPPFLAGS = -DSHIBSP_LITE
paths.h: ${srcdir}/paths.h.in Makefile ${top_builddir}/config.status
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list