[med-svn] r11691 - trunk/packages/genometools/trunk/debian/patches
Sascha Steinbiss
sascha-guest at alioth.debian.org
Tue Jul 10 13:10:14 UTC 2012
Author: sascha-guest
Date: 2012-07-10 13:10:13 +0000 (Tue, 10 Jul 2012)
New Revision: 11691
Added:
trunk/packages/genometools/trunk/debian/patches/add-hardening
Modified:
trunk/packages/genometools/trunk/debian/patches/series
Log:
modify CFLAGS and friends for package building
Added: trunk/packages/genometools/trunk/debian/patches/add-hardening
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/add-hardening (rev 0)
+++ trunk/packages/genometools/trunk/debian/patches/add-hardening 2012-07-10 13:10:13 UTC (rev 11691)
@@ -0,0 +1,11 @@
+--- genometools-1.4.1.orig/Makefile
++++ genometools-1.4.1/Makefile
+@@ -25,6 +25,8 @@
+ -I$(CURDIR)/src/external/bzip2-1.0.6 \
+ -I$(CURDIR)/src/external/libtecla-1.6.1 \
+ -I$(CURDIR)/src/external/samtools-0.1.18
++#Debian hardening
++CFLAGS+=`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS`
+ # these variables are exported by the configuration script
+ ifndef CC
+ CC:=gcc
Modified: trunk/packages/genometools/trunk/debian/patches/series
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/series 2012-07-10 13:02:16 UTC (rev 11690)
+++ trunk/packages/genometools/trunk/debian/patches/series 2012-07-10 13:10:13 UTC (rev 11691)
@@ -1,3 +1,4 @@
+add-hardening
adding_soname
libbam-fix
remove-gitignores
More information about the debian-med-commit
mailing list