From 550daf69df49282eaa1ba691b63e6bf85072d0cf Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Wed, 7 Oct 2015 11:22:07 +0200 Subject: [PATCH] disable DH_VERBOSE again --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2