[med-svn] r13830 - in trunk/packages/microbiomeutil/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Tue Jun 4 14:32:53 UTC 2013


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 <tille at debian.org>  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 <tille at debian.org>
+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




More information about the debian-med-commit mailing list