This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository biosquid.
commit c994c4400b39e69c78b57b58d929ed07fd88c1b7 Author: Andreas Tille <[email protected]> Date: Tue Apr 4 16:22:07 2017 +0200 The resulting library is rather named libsquid than libbiosquid --- debian/patches/automake.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/patches/automake.patch b/debian/patches/automake.patch index fd87468..403fb3e 100644 --- a/debian/patches/automake.patch +++ b/debian/patches/automake.patch @@ -5,10 +5,10 @@ Last-Update: Thu, 23 Mar 2017 21:55:15 +0100 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,155 @@ -+lib_LTLIBRARIES = libbiosquid.la ++lib_LTLIBRARIES = libsquid.la + -+libbiosquiddir=$(includedir)/biosquid -+libbiosquid_HEADERS = dirichlet.h\ ++libsquiddir=$(includedir)/biosquid ++libsquid_HEADERS = dirichlet.h\ + rk.h\ + sqfuncs.h\ + gki.h\ @@ -42,7 +42,7 @@ Last-Update: Thu, 23 Mar 2017 21:55:15 +0100 + types.c\ + vectorops.c + -+libbiosquid_la_SOURCES = $(COMMON_OBJS)\ ++libsquid_la_SOURCES = $(COMMON_OBJS)\ + aligneval.c\ + cluster.c\ + dayhoff.c\ @@ -60,10 +60,10 @@ Last-Update: Thu, 23 Mar 2017 21:55:15 +0100 + weight.c\ + wuss.c + -+libbiosquid_la_LDFLAGS = -version-info @LIB_VERSION@ -+libbiosquid_la_LIBADD = @PVMLIBS@ ++libsquid_la_LDFLAGS = -version-info @LIB_VERSION@ ++libsquid_la_LIBADD = @PVMLIBS@ + -+libbiosquid_la_CPPFLAGS = $(INCLUDES) ++libsquid_la_CPPFLAGS = $(INCLUDES) + +bin_PROGRAMS = afetch\ + alistat\ @@ -79,7 +79,7 @@ Last-Update: Thu, 23 Mar 2017 21:55:15 +0100 + translate\ + weight + -+LDADD = -lbiosquid -lm ++LDADD = -lsquid -lm + +bin_MANS = afetch\ + alistat\ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/biosquid.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
