summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-24 16:16:25 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-24 16:16:25 +0000
commitcbe018ec64e95888e6dbe0ef22567db5a417e81b (patch)
treecf5a8bc793a3a49f17d80ac6eb814600cb4553a4
parent113f9f6a99b21365503015f440930bc01c82a97f (diff)
Run tests sequentially to fix test failure on i386.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 90c0e62..243ffed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ tcc (0.9.27-3) UNRELEASED; urgency=medium
* debian/patches:
+ Guard dead code on non x86 target to fix armel build.
+ * debian/rules:
+ + Run tests sequentially to fix test failure on i386.
-- Thomas Preud'homme <robotux@debian.org> Sat, 24 Feb 2018 16:14:51 +0000
diff --git a/debian/rules b/debian/rules
index d0e741d..3264d1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ else ifeq (armhf,$(DEB_HOST_ARCH))
endif
endif
+override_dh_auto_test:
+ dh_auto_test --no-parallel
+
override_dh_auto_clean:
[ ! -f config.mak ] || dh_auto_clean