* 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 <hoexter@debian.org>  Mon, 25 Aug 2014 18:45:19 +0200
 
 # 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 $@