summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0037604a..573f969f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boxbackup (0.11.1~r2837-5) experimental; urgency=medium
+
+ * Honor test failures during build (Closes: #744266)
+
+ -- Reinhard Tartler <siretart@tauware.de> Sun, 11 Jun 2017 20:59:40 -0400
+
boxbackup (0.11.1~r2837-4) unstable; urgency=medium
* QA upload.
diff --git a/debian/rules b/debian/rules
index 666ba0ea..525f257d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ build-stamp: configure-stamp
dh_testdir
$(MAKE) V=1
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
- -./runtest.pl ALL
+ ./runtest.pl ALL
endif
touch build-stamp