From: Sven Hoexter Date: Mon, 25 Aug 2014 17:12:55 +0000 (+0200) Subject: Added "-Wall -std=c99" to the CFLAGS from the list of default flags given in the... X-Git-Tag: debian/1.1.0-1^0 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=550ada086f6750feb1199f72e05353ef49e5c54d Added "-Wall -std=c99" to the CFLAGS from the list of default flags given in the upstream SConstruct file. --- 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 $@