[med-svn] r15425 - in trunk/packages/arb/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Wed Dec 4 09:10:55 UTC 2013
Author: tille
Date: 2013-12-04 09:10:55 +0000 (Wed, 04 Dec 2013)
New Revision: 15425
Added:
trunk/packages/arb/trunk/debian/patches/hardening.patch
Modified:
trunk/packages/arb/trunk/debian/changelog
trunk/packages/arb/trunk/debian/patches/series
Log:
Upload with not all hardening cases solved, but at least some of them for the moment ...
Modified: trunk/packages/arb/trunk/debian/changelog
===================================================================
--- trunk/packages/arb/trunk/debian/changelog 2013-12-04 08:43:00 UTC (rev 15424)
+++ trunk/packages/arb/trunk/debian/changelog 2013-12-04 09:10:55 UTC (rev 15425)
@@ -6,6 +6,7 @@
* cme fix dpkg-control
* cme fix dpkg-copyright
* canonical Vcs fields
+ * debian/patches/hardening.patch: Propagate hardening options
-- Andreas Tille <tille at debian.org> Wed, 04 Dec 2013 09:24:14 +0100
Added: trunk/packages/arb/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/arb/trunk/debian/patches/hardening.patch (rev 0)
+++ trunk/packages/arb/trunk/debian/patches/hardening.patch 2013-12-04 09:10:55 UTC (rev 15425)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 04 Dec 2013 09:24:14 +0100
+Description: Propagate hardening options
+
+--- a/Makefile
++++ b/Makefile
+@@ -107,7 +107,7 @@ ifeq ($(DEBUG),0)
+ cflags := -O4# compiler flags (C and C++)
+ ifndef DARWIN
+ ifdef DEBIAN
+- lflags += -O2 -Wl,-rpath=/usr/lib/arb/lib # linker flags
++ lflags += -O2 -Wl,-rpath=/usr/lib/arb/lib $(LDFLAGS) # linker flags
+ # remark: --strip-all option breaks g++ 4.6 and it's unwanted anyway
+ else
+ lflags += -O99# linker flags
Modified: trunk/packages/arb/trunk/debian/patches/series
===================================================================
--- trunk/packages/arb/trunk/debian/patches/series 2013-12-04 08:43:00 UTC (rev 15424)
+++ trunk/packages/arb/trunk/debian/patches/series 2013-12-04 09:10:55 UTC (rev 15425)
@@ -8,3 +8,4 @@
50_build_naligner.patch
50_fix_gcc-4.8.patch
60_use_debian_packaged_raxml.patch
+hardening.patch
More information about the debian-med-commit
mailing list