[med-svn] r21303 - in trunk/packages/mssstest/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Tue Jan 26 11:01:18 UTC 2016


Author: tille
Date: 2016-01-26 11:01:17 +0000 (Tue, 26 Jan 2016)
New Revision: 21303

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


Modified: trunk/packages/mssstest/trunk/debian/changelog
===================================================================
--- trunk/packages/mssstest/trunk/debian/changelog	2016-01-26 10:53:09 UTC (rev 21302)
+++ trunk/packages/mssstest/trunk/debian/changelog	2016-01-26 11:01:17 UTC (rev 21303)
@@ -1,11 +1,13 @@
-mssstest (3.0-4) UNRELEASED; urgency=low
+mssstest (3.0-4) unstable; urgency=low
 
   * debian/upstream/metadata: Added citation information
   * DEP5
   * debhelper 9
   * cme fix dpkg-control
+  * DEP3 headers
+  * propagate hardening options
 
- -- Andreas Tille <tille at debian.org>  Wed, 16 May 2012 16:52:58 +0200
+ -- Andreas Tille <tille at debian.org>  Tue, 26 Jan 2016 11:39:01 +0100
 
 mssstest (3.0-3) unstable; urgency=low
 

Added: trunk/packages/mssstest/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/mssstest/trunk/debian/patches/hardening.patch	                        (rev 0)
+++ trunk/packages/mssstest/trunk/debian/patches/hardening.patch	2016-01-26 11:01:17 UTC (rev 21303)
@@ -0,0 +1,24 @@
+Description: propagate hardening options
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 26 Jan 2016 11:39:01 +0100
+
+--- a/makefile
++++ b/makefile
+@@ -3,14 +3,14 @@ mi = neededroutines
+ 
+ 
+ mssstest: $(mi).o $(mu).o
+-	g++ -g -o mssstest $(mi).o $(mu).o -lm -lc
++	g++ -g -o mssstest $(mi).o $(mu).o -lm -lc $(LDFLAGS)
+ 
+ 
+ $(mi).o: $(mi).cpp $(mi).h
+-	g++ -c $(mi).cpp  -g -o $(mi).o
++	g++ $(CXXFLAGS) -c $(mi).cpp  -g -o $(mi).o
+ 
+ $(mu).o: $(mu).cpp
+-	g++ -c $(mu).cpp  -g -o $(mu).o
++	g++ $(CXXFLAGS) -c $(mu).cpp  -g -o $(mu).o
+ 
+ clean:
+ 	rm -f *.o

Modified: trunk/packages/mssstest/trunk/debian/patches/series
===================================================================
--- trunk/packages/mssstest/trunk/debian/patches/series	2016-01-26 10:53:09 UTC (rev 21302)
+++ trunk/packages/mssstest/trunk/debian/patches/series	2016-01-26 11:01:17 UTC (rev 21303)
@@ -1,3 +1,4 @@
 20_gcc-4.3.patch
 10_fixdatapath.patch
 10_makefile.patch
+hardening.patch




More information about the debian-med-commit mailing list