]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Added "-Wall -std=c99" to the CFLAGS from the list of default flags given in the... debian/1.1.0-1
authorSven Hoexter <sven@timegate.de>
Mon, 25 Aug 2014 18:31:05 +0000 (20:31 +0200)
committerSven Hoexter <sven@timegate.de>
Mon, 25 Aug 2014 18:31:05 +0000 (20:31 +0200)
debian/changelog
debian/rules

index a8760cb93f68182545badab87ffcd75bbd6ae022..d32e0a6b2b96d36b93d5f04e5eeaf80653a167f8 100644 (file)
@@ -1,7 +1,9 @@
 exfat-utils (1.1.0-1) unstable; urgency=low
 
   * New upstream release (Closes: #759156)
-  * Standards-Version: 3.9.5 
+  * Standards-Version: 3.9.5
+  * Added "-Wall -std=c99" to the CFLAGS from the list of default
+    flags given in the upstream SConstruct file.
 
  -- Sven Hoexter <hoexter@debian.org>  Mon, 25 Aug 2014 20:23:59 +0200
 
index ebae574dda9d7724a1fe7f1f22951aa2ad186042..0c77679525b304ca9580369b3cb581214b516c57 100755 (executable)
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export CCFLAGS = $(CFLAGS)
+export CCFLAGS = $(CFLAGS) -Wall -std=c99
 
 %:
        dh $@