[med-svn] r18828 - trunk/packages/seqprep/trunk/debian/patches

Andreas Tille tille at moszumanska.debian.org
Fri Feb 20 13:42:55 UTC 2015


Author: tille
Date: 2015-02-20 13:42:55 +0000 (Fri, 20 Feb 2015)
New Revision: 18828

Added:
   trunk/packages/seqprep/trunk/debian/patches/hardening.patch
Modified:
   trunk/packages/seqprep/trunk/debian/patches/series
Log:
Propagate hardening options


Added: trunk/packages/seqprep/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/seqprep/trunk/debian/patches/hardening.patch	                        (rev 0)
+++ trunk/packages/seqprep/trunk/debian/patches/hardening.patch	2015-02-20 13:42:55 UTC (rev 18828)
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 20 Feb 2015 13:49:15 +0100
+Desciption: Propagate hardening options
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,8 +1,8 @@
+ CC=gcc
+-CFLAGS=-c -Wall -Werror -O0 -g
++CFLAGS+=-c -Wall -Werror -O0 -g
+ #recommended options: -ffast-math -ftree-vectorize -march=core2 -mssse3 -O3
+ COPTS=
+-LDFLAGS=-lz -lm
++LDFLAGS+=-lz -lm
+ SOURCES=SeqPrep.c utils.c stdaln.c
+ OBJECTS=$(SOURCES:.c=.o)
+ EXECUTABLE=SeqPrep

Modified: trunk/packages/seqprep/trunk/debian/patches/series
===================================================================
--- trunk/packages/seqprep/trunk/debian/patches/series	2015-02-20 13:26:05 UTC (rev 18827)
+++ trunk/packages/seqprep/trunk/debian/patches/series	2015-02-20 13:42:55 UTC (rev 18828)
@@ -1 +1,2 @@
 fix_unused_variable_errors
+hardening.patch




More information about the debian-med-commit mailing list