This is an automated email from the git hooks/post-receive script. osallou pushed a commit to branch master in repository bio-rainbow.
commit 70c182e10da04d139c4623686afdae8f2585dbc5 Author: Olivier Sallou <[email protected]> Date: Mon Aug 17 13:29:55 2015 +0000 fix patches --- debian/patches/rename_binary.patch | 6 +++--- debian/patches/series | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/rename_binary.patch b/debian/patches/rename_binary.patch index ffd30ad..e76e412 100644 --- a/debian/patches/rename_binary.patch +++ b/debian/patches/rename_binary.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -10,9 +10,9 @@ +@@ -16,9 +16,9 @@ $(CC) -c $(CFLAGS) $(DFLAGS) $< -o $@ #all: rainbow rbasm rbmergetag ezmsim @@ -9,10 +9,10 @@ -rainbow: main.o divide.o file_reader.o asm_R2.o mergectg.o cluster.o +bio-rainbow: main.o divide.o file_reader.o asm_R2.o mergectg.o cluster.o - $(CC) $(CFLAGS) -o $@ $^ $(GLIBS) + $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(GLIBS) rbasm: asm_R2.o rbasm_main.o file_reader.o -@@ -42,7 +42,7 @@ +@@ -48,7 +48,7 @@ stdaln.o: stdaln.c stdaln.h clean: diff --git a/debian/patches/series b/debian/patches/series index 49d39f3..adc7bce 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ -rename_binary.patch add_hardening.patch +rename_binary.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bio-rainbow.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
