summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-10-12 11:37:55 +0100
committerVincent Sanders <vince@kyllikki.org>2016-10-12 11:37:55 +0100
commit40d7395473038d87b2d863b6c255db2c2e9ab3ac (patch)
tree0f27c10fc2d1dd144843f5e70c22e386928630bc
parentc02055845bf8068866d9628808a5162aecc4afed (diff)
downloaddebian-40d7395473038d87b2d863b6c255db2c2e9ab3ac.tar.gz
debian-40d7395473038d87b2d863b6c255db2c2e9ab3ac.tar.bz2
add verbose flags to build
-rwxr-xr-xrules4
1 files 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