[pandas] 01/06: Ignore test errors on some architectures

Andreas Tille tille at debian.org
Mon Oct 23 08:52:46 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 e40e89647d1dc59eb74c27b8fe207d5b3e12cff2
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 23 08:41:36 2017 +0200

    Ignore test errors on some architectures
---
 debian/changelog | 8 ++++++++
 debian/rules     | 8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 717cdc2..09709c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pandas (0.20.3-6) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Ignore test errors on some architectures
+    (Concerns bug #877419)
+
+ -- Andreas Tille <tille at debian.org>  Mon, 23 Oct 2017 08:40:23 +0200
+
 pandas (0.20.3-5) unstable; urgency=medium
 
   * Make sure remainings of nose tests will not fail. That's a pretty stupid
diff --git a/debian/rules b/debian/rules
index a1523d3..4c7c565 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,7 +155,7 @@ override_dh_python3: _dh_python3
 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:
-#	dh_auto_test || true
-#endif
+ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),  armhf mips s390x hppa powerpc ppc64 sparc64))
+override_dh_auto_test:
+	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