[cpp-sp] 02/03: Bump shlibs and libtool versioning for the libshibsp change
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:41:26 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-4+lenny2
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=808ac83628a7cc2fbead4f7468c8813c441c028d
commit 808ac83628a7cc2fbead4f7468c8813c441c028d
Author: Russ Allbery <rra at debian.org>
AuthorDate: Thu Dec 3 16:30:51 2009 -0800
Bump shlibs and libtool versioning for the libshibsp change
---
debian/rules | 3 ++-
shibsp/Makefile.am | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list