Author: tille
Date: 2013-06-04 14:32:53 +0000 (Tue, 04 Jun 2013)
New Revision: 13830

Added:
   trunk/packages/microbiomeutil/trunk/debian/patches/hardening.patch
Modified:
   trunk/packages/microbiomeutil/trunk/debian/changelog
   trunk/packages/microbiomeutil/trunk/debian/patches/series
Log:
Enable propagation of hardening options


Modified: trunk/packages/microbiomeutil/trunk/debian/changelog
===================================================================
--- trunk/packages/microbiomeutil/trunk/debian/changelog        2013-06-04 
14:20:50 UTC (rev 13829)
+++ trunk/packages/microbiomeutil/trunk/debian/changelog        2013-06-04 
14:32:53 UTC (rev 13830)
@@ -22,6 +22,7 @@
   * debian/chimeraslayer.1: Wrote manpage
   * debian/microbiomeutil.links: Synonyms with camel case spelling
     as in the provided documentation
+  * debian/patches/hardening.patch: Enable propagation of hardening options
 
  -- Andreas Tille <[email protected]>  Tue, 04 Jun 2013 10:35:17 +0200
 

Added: trunk/packages/microbiomeutil/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/microbiomeutil/trunk/debian/patches/hardening.patch          
                (rev 0)
+++ trunk/packages/microbiomeutil/trunk/debian/patches/hardening.patch  
2013-06-04 14:32:53 UTC (rev 13830)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <[email protected]>
+LastChanged: Tue, 04 Jun 2013 10:35:17 +0200
+Description: Enable propagation of hardening options
+
+--- a/NAST-iEr/Makefile
++++ b/NAST-iEr/Makefile
+@@ -3,7 +3,7 @@
+ all: NAST-iEr
+ 
+ NAST-iEr: NAST-iEr.c
+-      gcc NAST-iEr.c -o NAST-iEr
++      gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) NAST-iEr.c -o NAST-iEr
+ 
+ 
+ clean:

Modified: trunk/packages/microbiomeutil/trunk/debian/patches/series
===================================================================
--- trunk/packages/microbiomeutil/trunk/debian/patches/series   2013-06-04 
14:20:50 UTC (rev 13829)
+++ trunk/packages/microbiomeutil/trunk/debian/patches/series   2013-06-04 
14:32:53 UTC (rev 13830)
@@ -1,3 +1,4 @@
 fix_perl_interpreter.patch
 find_relocated_resources.patch
 find_relocated_libraries.patch
+hardening.patch


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to