summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2014-11-24 18:33:16 -0500
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2014-11-25 18:09:36 -0500
commite9ec56549871b9027527a7470f382435d6f52b73 (patch)
tree9b88ccdd9f22bbe9121a5a1dfc03b3a49821517b /debian
parent8be4c45922672de8bb3d9e53d30fd222e58dfa78 (diff)
Disable silent building
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.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
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
# <https://code.google.com/p/transmission-remote-gtk/issues/detail?id=233>.