From 550ada086f6750feb1199f72e05353ef49e5c54d Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 25 Aug 2014 19:12:55 +0200 Subject: [PATCH] Added "-Wall -std=c99" to the CFLAGS from the list of default flags given in the upstream SConstruct file. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c548133..105f4e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ fuse-exfat (1.1.0-1) unstable; urgency=low * New upstream release (Closes: #759155). + Fixes invalid inode output in df (Closes: # 746735) + * Added "-Wall -std=c99" to the CFLAGS from the list of default + flags given in the upstream SConstruct file. * Standards-Version: 3.9.5, no changes required. -- Sven Hoexter Mon, 25 Aug 2014 18:45:19 +0200 diff --git a/debian/rules b/debian/rules index 80f7246..7f5adce 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export CCFLAGS = $(CFLAGS) +export CCFLAGS = $(CFLAGS) -Wall -std=c99 %: dh $@ -- 2.39.2