[med-svn] [seqtk] 06/07: Adapt quilt patch

Andreas Tille tille at debian.org
Mon May 30 08:23:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository seqtk.

commit a7af1db8821f37d3af7b5917459937ee7884e60e
Author: Andreas Tille <tille at debian.org>
Date:   Mon May 30 10:16:26 2016 +0200

    Adapt quilt patch
---
 debian/patches/hardening.patch | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
index 321c39f..6f9356b 100644
--- a/debian/patches/hardening.patch
+++ b/debian/patches/hardening.patch
@@ -5,14 +5,16 @@ Description: Propagate hardening options
 
 --- a/Makefile
 +++ b/Makefile
-@@ -1,8 +1,8 @@
+@@ -1,10 +1,10 @@
  CC=gcc
--CFLAGS=-g -Wall -O2
-+CFLAGS+=-g -Wall -O2
+-CFLAGS=-g -Wall -O2 -Wno-unused-function
++CFLAGS+=-g -Wall -O2 -Wno-unused-function
+ 
+ all:seqtk
  
  seqtk:seqtk.c khash.h kseq.h
 -		$(CC) $(CFLAGS) seqtk.c -o $@ -lz -lm
 +		$(CC) $(CFLAGS) seqtk.c -o $@ -lz -lm $(LDFLAGS)
  
  clean:
- 		rm -fr gmon.out *.o ext/*.o a.out seqtk *~ *.a *.dSYM session*
+ 		rm -fr gmon.out *.o ext/*.o a.out seqtk trimadap *~ *.a *.dSYM session*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqtk.git



More information about the debian-med-commit mailing list