[med-svn] [dazzdb] 01/02: compiler-flags.patch: slight corrections
Afif Elghraoui
afif at moszumanska.debian.org
Thu Jan 19 07:47:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository dazzdb.
commit 17c6367e7e55e17f8e0329c3c88bc5fdc3e10715
Author: Afif Elghraoui <afif at debian.org>
Date: Wed Jan 18 23:34:02 2017 -0800
compiler-flags.patch: slight corrections
---
debian/patches/compiler-flags.patch | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/patches/compiler-flags.patch b/debian/patches/compiler-flags.patch
index 208f40f..9dfce02 100644
--- a/debian/patches/compiler-flags.patch
+++ b/debian/patches/compiler-flags.patch
@@ -1,6 +1,6 @@
Description: Honor LDFLAGS in upstream Makefile
Author: Afif Elghraoui <afif at debian.org>
-Forwarded: no
+Forwarded: https://github.com/thegenemyers/DAZZ_DB/pull/26
Last-Update: 2017-01-18
--- dazzdb.orig/Makefile
+++ dazzdb/Makefile
@@ -12,7 +12,7 @@ Last-Update: 2017-01-18
ALL = fasta2DB DB2fasta quiva2DB DB2quiva DBsplit DBdust Catrack DBshow DBstats DBrm simulator \
fasta2DAM DAM2fasta DBdump rangen arrow2DB DB2arrow DBwipe
-@@ -8,55 +9,41 @@
+@@ -8,58 +9,44 @@
all: $(ALL)
fasta2DB: fasta2DB.c DB.c DB.h QV.c QV.h
@@ -60,6 +60,7 @@ Last-Update: 2017-01-18
simulator: simulator.c DB.c DB.h QV.c QV.h
- gcc $(CFLAGS) -o simulator simulator.c DB.c QV.c -lm
++rangen: LDLIBS =
rangen: rangen.c
- gcc $(CFLAGS) -o rangen rangen.c
@@ -70,4 +71,7 @@ Last-Update: 2017-01-18
- gcc $(CFLAGS) -o DAM2fasta DAM2fasta.c DB.c QV.c -lm
DBwipe: DBwipe.c DB.c DB.h QV.c QV.h
- gcc $(CFLAGS) -o DBwipe DBwipe.c DB.c QV.c -lm
+- gcc $(CFLAGS) -o DBwipe DBwipe.c DB.c QV.c -lm
+
+
+ clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dazzdb.git
More information about the debian-med-commit
mailing list