[Pkg-privacy-commits] [libotr] 01/02: Disable the test suite for architectures on which it is not robust: hppa, mips, mipsel, powerpc, ppc64el.
Intrigeri
intrigeri at moszumanska.debian.org
Thu Jan 14 13:16:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository libotr.
commit 48906f6185e0681c455cffc44b89bebecab89124
Author: intrigeri <intrigeri at debian.org>
Date: Thu Jan 14 13:09:23 2016 +0000
Disable the test suite for architectures on which it is not robust: hppa, mips, mipsel, powerpc, ppc64el.
Bugs reported upstream:
* https://bugs.otr.im/issues/129
* https://bugs.otr.im/issues/130
Next build attempts will tell us if the test suite is generally flaky,
or if those tests really fail on those architectures only.
Note: disabling the test suite here and there is not a regression, since
I just cherry-picked and enabled the test suite, it hasn't been released
upstream yet, and we have no expectations of seeing it pass everywhere
at the moment.
---
debian/control | 2 +-
debian/rules | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 92d4166..14cfdb1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: intrigeri <intrigeri at debian.org>,
Micah Anderson <micah at debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 8.9.7),
dh-autoreconf,
libgpg-error-dev,
libgcrypt11-dev,
diff --git a/debian/rules b/debian/rules
index 0e22607..e14af5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,13 @@ override_dh_install:
override_dh_auto_test:
find tests -name \*.sh -exec chmod +x {} \;
dh_auto_test
+
+override_dh_auto_test-hppa:
+
+override_dh_auto_test-mips:
+
+override_dh_auto_test-mipsel:
+
+override_dh_auto_test-powerpc:
+
+override_dh_auto_test-ppc64el:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list