CFLAGS to CCFLAGS so the correct set of common flags will be
picked up by scons.
+fuse-exfat (0.9.8-3) experimental; urgency=low
+
+ * Revert the change from 0.9.8-2, the correct fix is
+ to assign CFLAGS to CCFLAGS so the correct set of common
+ flags will be picked up by scons.
+
+ -- Sven Hoexter <hoexter@debian.org> Thu, 25 Oct 2012 17:09:19 +0200
+
fuse-exfat (0.9.8-2) experimental; urgency=low
* Build without -fPIE - hardening flags -pie.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export CCFLAGS = $(CFLAGS)
%:
dh $@