X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=blobdiff_plain;f=debian%2Frules;h=171547bf6cf7325b0573b6c1b66ed930070b765f;hp=9f7d91a353fc3c6045112df2df7eda5b7fdec914;hb=e58515654def382aa3c0e81d805b9e720b6eb027;hpb=077937a7bc7b8292427a8401dc59edcbdefa8872 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