[pandas] 01/02: Ignore test results for architectures that are known to fail

Andreas Tille tille at debian.org
Fri Oct 13 18:33:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian
in repository pandas.

commit b849a1ea0f20913bd52926aae9bb0cca2d6b4836
Author: Andreas Tille <tille at debian.org>
Date:   Wed Oct 4 15:09:28 2017 +0200

    Ignore test results for architectures that are known to fail
---
 debian/changelog | 8 ++++++++
 debian/rules     | 5 +++++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5696e6c..500e914 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pandas (0.20.3-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Ignore test results for architectures that are known to fail
+    (Concerns bug #877419)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 04 Oct 2017 15:04:26 +0200
+
 pandas (0.20.3-2) unstable; urgency=medium
 
   * debian/control
diff --git a/debian/rules b/debian/rules
index 854776d..f5001b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -160,3 +160,8 @@ override_dh_python3: _dh_python3
 ## immediately useable documentation and exemplar scripts/data
 override_dh_compress:
 	dh_compress -X.py -X.html -X.pdf -X.css -X.jpg -X.txt -X.js -X.json -X.rtc -Xobjects.inv
+
+ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),  arm64 armel armhf mips mips64el mipsel s390x alpha hppa m68k powerpc ppc64 sparc64))
+override_dh_auto_test:
+	override_dh_auto_test || true
+endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git



More information about the debian-science-commits mailing list