From e58515654def382aa3c0e81d805b9e720b6eb027 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Wed, 7 Oct 2015 10:51:22 +0200 Subject: [PATCH] Remove scons specific overrides from d/rules --- debian/rules | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 -- 2.39.2