This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository fsm-lite.
commit 393748d3f7523832e6b2ca76f907897974095d63 Author: Andreas Tille <[email protected]> Date: Wed Apr 13 08:39:33 2016 +0200 Adapt patch to new upstream release --- debian/patches/use_debian_packaged_libsdsl.patch | 26 ------------------------ 1 file changed, 26 deletions(-) diff --git a/debian/patches/use_debian_packaged_libsdsl.patch b/debian/patches/use_debian_packaged_libsdsl.patch index 4e01d48..1e832ab 100644 --- a/debian/patches/use_debian_packaged_libsdsl.patch +++ b/debian/patches/use_debian_packaged_libsdsl.patch @@ -105,29 +105,3 @@ Description: Upstream hardcodes local path to libsdsl which is removed here - /Users/nvalimak/code/sdsl-lite-2.0.3/include/sdsl/cst_sada.hpp +fsm-lite.o: fsm-lite.cpp default.h configuration.h input_reader.h input_reader.o: input_reader.cpp default.h input_reader.h configuration.h ---- a/Makefile -+++ b/Makefile -@@ -1,13 +1,11 @@ --SDSL_INSTALL_PREFIX=/Users/nvalimak/code/sdsl-lite-2.0.3 -- - CC=g++ --CPPFLAGS=-std=c++11 -I${SDSL_INSTALL_PREFIX}/include -+CPPFLAGS+=-std=c++11 - DISBALEDOPTIMIZATIONFLAGS = -DNDEBUG -O3 -msse4.2 - LIBS=-lsdsl -ldivsufsort -ldivsufsort64 - OBJ = configuration.o input_reader.o - - fsm-lite: fsm-lite.o $(OBJ) -- $(CC) $(CPPFLAGS) -L${SDSL_INSTALL_PREFIX}/lib -o fsm-lite fsm-lite.o $(OBJ) $(LIBS) -+ $(CC) $(CPPFLAGS) -o fsm-lite fsm-lite.o $(OBJ) $(LIBS) $(LDFLAGS) - - test: fsm-lite - ./fsm-lite -l test.list -t tmp -v --debug -m 1 -@@ -16,6 +14,6 @@ clean: - rm -f fsm-lite *.o *~ - - depend: -- g++ -MM -std=c++11 -I${SDSL_INSTALL_PREFIX}/include *.cpp > dependencies.mk -+ g++ -MM -std=c++11 *.cpp > dependencies.mk - - include dependencies.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fsm-lite.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
