* Export CFLAGS as CCFLAGS which is honored by the current
SConstruct file.
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
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+export CCFLAGS=${CFLAGS}
+
+
%:
dh $@