From 40d7395473038d87b2d863b6c255db2c2e9ab3ac Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Oct 2016 11:37:55 +0100 Subject: add verbose flags to build --- rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules b/rules index a3b3ec2..4348a4c 100755 --- a/rules +++ b/rules @@ -12,8 +12,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed dh $@ override_dh_auto_build: - dh_auto_build -- PREFIX=/usr TARGET=gtk - dh_auto_build -- PREFIX=/usr TARGET=framebuffer + dh_auto_build -- V=1 PREFIX=/usr TARGET=gtk + dh_auto_build -- V=1 PREFIX=/usr TARGET=framebuffer override_dh_auto_install: dh_auto_install -- PREFIX=/usr TARGET=gtk -- cgit v1.2.3