From: Sven Hoexter Date: Wed, 7 Oct 2015 08:51:22 +0000 (+0200) Subject: Remove scons specific overrides from d/rules X-Git-Tag: debian/1.2.1-1~8 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=e58515654def382aa3c0e81d805b9e720b6eb027 Remove scons specific overrides from d/rules --- diff --git a/debian/rules b/debian/rules index 9f7d91a..171547b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,9 @@ #!/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 +#export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE %: dh $@ - -override_dh_auto_build: - scons - -override_dh_auto_clean: - scons -c - rm -f config.log