From e9ec56549871b9027527a7470f382435d6f52b73 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 24 Nov 2014 18:33:16 -0500 Subject: Disable silent building MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently, there’s a build log checker that checks for things like hardening flags, and it can’t do the check if the flags don’t get printed. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 780754e..e516a2a 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,9 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --with autotools-dev +override_dh_auto_configure: + dh_auto_configure -- --disable-silent-rules + override_dh_auto_test: # Tests are broken in v1.1.1. See upstream issue #233 # . -- cgit v1.2.3