diff options
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7acaab9..e15c874 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,11 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif +# as suggested by Simon McVittie +# (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744380) +override_dh_auto_test: + VERBOSE=1 dh_auto_test + configure: configure-stamp configure-stamp: dh_testdir |