summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2017-06-11 20:59:56 -0400
committerReinhard Tartler <siretart@tauware.de>2017-06-11 20:59:56 -0400
commit676c9e1c9d4ac8eb8a440d7f11c4ac44f98f4a6a (patch)
treeb96eebef9eaa3e8ade056e021fb0890c9fc426d1 /debian
parentd4d43f509612adf92c1e04d96a92b5179ddfbc02 (diff)
Honor test failures during build (Closes: #744266)
Diffstat (limited to 'debian')
-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