This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libsmithwaterman.
commit ab99bd321ec8231bc68eae194a874eb3b4f76c59 Author: Andreas Tille <[email protected]> Date: Wed Jun 22 16:22:42 2016 +0200 Fix soname issue --- debian/patches/autoconf.patch | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/patches/autoconf.patch b/debian/patches/autoconf.patch index 4ecc3ad..5285f3b 100644 --- a/debian/patches/autoconf.patch +++ b/debian/patches/autoconf.patch @@ -6,7 +6,7 @@ +libsmithwatermandir=$(includedir)/smithwaterman +libsmithwaterman_HEADERS=BandedSmithWaterman.h IndelAllele.h LeftAlign.h Mosaik.h Repeats.h SmithWatermanGotoh.h convert.h disorder.h +libsmithwaterman_la_SOURCES = BandedSmithWaterman.cpp disorder.cpp IndelAllele.cpp LeftAlign.cpp Repeats.cpp SmithWatermanGotoh.cpp -+libsmithwaterman_la_LDFLAGS = -release @VERSION@ ++libsmithwaterman_la_LDFLAGS = -version-info @LIB_VERSION@ + +libsmithwaterman_la_CPPFLAGS = $(INCLUDES) + @@ -19,11 +19,11 @@ + --- /dev/null +++ b/configure.ac -@@ -0,0 +1,54 @@ +@@ -0,0 +1,61 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + -+AC_INIT(smithwaterman, 0.0+20151117, [email protected]) ++AC_INIT(smithwaterman, 0.0, [email protected]) +AC_CONFIG_HEADERS([config.h]) + +AC_PREREQ(2.57) @@ -39,6 +39,13 @@ + +AM_INIT_AUTOMAKE([1.6 foreign dist-zip tar-ustar filename-length-max=299]) + ++LIB_VERSION=0:0 ++ ++AC_SUBST([VERSION]) ++AC_SUBST([LIB_VERSION]) ++ ++AC_SUBST([VERSION]) ++ +# Checks for programs. +AC_PROG_LN_S +AC_PROG_INSTALL @@ -69,7 +76,7 @@ +AC_PROG_MAKE_SET + +AC_CONFIG_FILES([ -+ Makefile ++ Makefile + libsmithwaterman.pc + ]) +AC_OUTPUT @@ -155,5 +162,5 @@ +Name: libsmithwaterman +Version: @VERSION@ +Description: smith-waterman-gotoh alignment algorithm -+Libs: -L${libdir} -lsmithwaterman ++Libs: -L${libdir} -lsmithwaterman +Cflags: -I${includedir} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsmithwaterman.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
