From c2e89797f9a5c3f280cfea17fdeb8be34cdec4ed Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 25 Aug 2014 20:31:05 +0200 Subject: [PATCH] Added "-Wall -std=c99" to the CFLAGS from the list of default flags given in the upstream SConstruct file. --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a8760cb..d32e0a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 25 Aug 2014 20:23:59 +0200 diff --git a/debian/rules b/debian/rules index ebae574..0c77679 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@ -- 2.39.2