summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2017-06-30 15:01:58 -0400
committerReinhard Tartler <siretart@tauware.de>2017-06-30 15:19:46 -0400
commit215c26ce33f6c19089dafdc3c0b46f4c7ca56919 (patch)
tree3460554c08947faabbb6f827b18e454b45837845
parentd10b44eb3775682c118794a61fe66cdda62a3e5a (diff)
Run the testsuite on amd64 and i386 only. (Closes: #866372)
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eafb6a68..d6087111 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boxbackup (0.12~gitcf52058f-3) unstable; urgency=medium
+
+ * QA upload.
+ * Run the testsuite on amd64 and i386 only (Closes: #866372)
+
+ -- Reinhard Tartler <siretart@tauware.de> Fri, 30 Jun 2017 15:01:19 -0400
+
boxbackup (0.12~gitcf52058f-2) unstable; urgency=medium
* Fix FTBFS on signed arch architectures (Closes: #865092)
diff --git a/debian/rules b/debian/rules
index 2acc53ac..e5cf5097 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,9 +32,12 @@ configure-stamp:
build-stamp: configure-stamp
dh_testdir
$(MAKE) V=1
+# the testsuite is only really maintained on i386 and amd64
+ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64))
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
./runtest.pl ALL
endif
+endif
touch build-stamp
docs/docbook/instguide.pdf: