]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
* Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS.
authorSven Hoexter <sven@timegate.de>
Thu, 17 May 2012 12:49:51 +0000 (14:49 +0200)
committerSven Hoexter <sven@timegate.de>
Thu, 17 May 2012 12:49:51 +0000 (14:49 +0200)
* Export CFLAGS as CCFLAGS which is honored by the current
  SConstruct file.

debian/changelog
debian/rules

index 9325c4fae85db35e37d3e680931a4e54af8c6486..08fa6e31a218e04222f749ba679511af6456a0bc 100644 (file)
@@ -1,6 +1,9 @@
 fuse-exfat (0.9.7-2) UNRELEASED; urgency=low
 
   * Switch from dh compat level 8 to 9.
+  * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS.
+  * Export CFLAGS as CCFLAGS which is honored by the current
+    SConstruct file.
 
  -- Sven Hoexter <hoexter@debian.org>  Thu, 17 May 2012 14:47:47 +0200
 
index 6dd474cab0264bee0a820719d04915f7fae187c8..06d71513088b098ec1810c6f4ee070a6ed21cf38 100755 (executable)
@@ -3,6 +3,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+export CCFLAGS=${CFLAGS}
+
+
 %:
        dh $@