From: Sven Hoexter Date: Wed, 7 Oct 2015 09:22:07 +0000 (+0200) Subject: disable DH_VERBOSE again X-Git-Tag: debian/1.2.1-1~5 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=550daf69df49282eaa1ba691b63e6bf85072d0cf disable DH_VERBOSE again --- diff --git a/debian/rules b/debian/rules index f54ad88..995115d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all #export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE