[med-svn] r18567 - trunk/packages/plink/trunk/debian

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Mon Jan 12 07:13:28 UTC 2015


Author: bob.dybian-guest
Date: 2015-01-12 07:13:28 +0000 (Mon, 12 Jan 2015)
New Revision: 18567

Modified:
   trunk/packages/plink/trunk/debian/changelog
   trunk/packages/plink/trunk/debian/rules
Log:
Activate hardening

Modified: trunk/packages/plink/trunk/debian/changelog
===================================================================
--- trunk/packages/plink/trunk/debian/changelog	2015-01-12 06:43:54 UTC (rev 18566)
+++ trunk/packages/plink/trunk/debian/changelog	2015-01-12 07:13:28 UTC (rev 18567)
@@ -9,7 +9,8 @@
   * debian/control:
      - Standards-Version: 3.9.6 (no changes needed)
      - Fixed lintian vcs-field-not-canonical
-  * Add autopkgtest
+  * debian/rules: Activate hardening
+  * debian/tests: Add autopkgtest
 
  -- Dylan Aïssi <bob.dybian at gmail.com>  Sat, 10 Jan 2015 23:30:46 +0100
 

Modified: trunk/packages/plink/trunk/debian/rules
===================================================================
--- trunk/packages/plink/trunk/debian/rules	2015-01-12 06:43:54 UTC (rev 18566)
+++ trunk/packages/plink/trunk/debian/rules	2015-01-12 07:13:28 UTC (rev 18567)
@@ -5,6 +5,10 @@
 
 CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS 2>/dev/null | sed -e 's/-O2//g')
 CXXFLAGS += -DWITH_R_PLUGINS
+
+# Activate hardening
+CXXFLAGS += $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get LDFLAGS)
+
 # This would be added by Upstream makefile, but we override CXXFLAGS…
 CXXFLAGS += -DUNIX -O3
 




More information about the debian-med-commit mailing list