[med-svn] r21106 - in trunk/packages/proda/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon Jan 11 13:23:31 UTC 2016


Author: tille
Date: 2016-01-11 13:23:30 +0000 (Mon, 11 Jan 2016)
New Revision: 21106

Added:
   trunk/packages/proda/trunk/debian/patches/hardening.patch
Modified:
   trunk/packages/proda/trunk/debian/changelog
   trunk/packages/proda/trunk/debian/patches/series
Log:
propagate hardening options and upload to unstable


Modified: trunk/packages/proda/trunk/debian/changelog
===================================================================
--- trunk/packages/proda/trunk/debian/changelog	2016-01-11 13:21:49 UTC (rev 21105)
+++ trunk/packages/proda/trunk/debian/changelog	2016-01-11 13:23:30 UTC (rev 21106)
@@ -1,12 +1,13 @@
-proda (1.0-9) UNRELEASED; urgency=low
+proda (1.0-9) unstable; urgency=low
 
   * debian/control: re-added David to uploaders, because he really
     wanted to remain there
   * moved debian/upstream to debian/upstream/metadata
   * cme fix dpkg-control
   * DEP5
+  * propagate hardening options
 
- -- Andreas Tille <tille at debian.org>  Sun, 15 Apr 2012 21:11:42 +0200
+ -- Andreas Tille <tille at debian.org>  Mon, 11 Jan 2016 14:10:26 +0100
 
 proda (1.0-8) unstable; urgency=low
 

Added: trunk/packages/proda/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/proda/trunk/debian/patches/hardening.patch	                        (rev 0)
+++ trunk/packages/proda/trunk/debian/patches/hardening.patch	2016-01-11 13:23:30 UTC (rev 21106)
@@ -0,0 +1,15 @@
+Description: propagate hardening options
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 11 Jan 2016 14:10:26 +0100
+
+--- a/Makefile
++++ b/Makefile
+@@ -38,7 +38,7 @@ OBJECTS = AlignedFragment.o Assert.o Blo
+ all : $(TARGETS)
+ 
+ proda : $(OBJECTS)
+-	$(CXX) $(CXXFLAGS) $(CPPFLAGS) -lm $(OBJECTS) -o proda
++	$(CXX) $(CXXFLAGS) $(CPPFLAGS) -lm $(OBJECTS) -o proda $(LDFLAGS)
+ 
+ Assert.o: Assert.h
+ AlignedFragment.o: AlignedFragment.h Utilities.h

Modified: trunk/packages/proda/trunk/debian/patches/series
===================================================================
--- trunk/packages/proda/trunk/debian/patches/series	2016-01-11 13:21:49 UTC (rev 21105)
+++ trunk/packages/proda/trunk/debian/patches/series	2016-01-11 13:23:30 UTC (rev 21106)
@@ -1,3 +1,4 @@
 01-fix_gcc4.3_warnings.patch
 02-fix_CXXFLAGS.patch
 03-fix_FTBFS_gcc4.3_missing_includes.patch
+hardening.patch




More information about the debian-med-commit mailing list