[med-svn] [htseq] 01/02: Tweak test for more architectures.

Andreas Tille tille at debian.org
Wed Dec 9 11:19:17 UTC 2015


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

tille pushed a commit to branch master
in repository htseq.

commit 72fe7dadc08c248fc7e3937ac81e73d4a8696c80
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 9 12:17:12 2015 +0100

    Tweak test for more architectures.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 260ce45..d55dc75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+htseq (0.6.1p1-4) UNRELEASED; urgency=medium
+
+  * Tweak test for more architectures.
+
+ -- Andreas Tille <tille at debian.org>  Wed, 09 Dec 2015 12:16:45 +0100
+
 htseq (0.6.1p1-3) unstable; urgency=medium
 
   * Really tweak the test result on architectures where the test
diff --git a/debian/rules b/debian/rules
index 38bd8d7..b0258fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export http_proxy=http://127.0.9.1:9
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 test-python%:
 	echo "testing on architecture $(DEB_HOST_ARCH_CPU)"
-ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386 kfreebsd-i386 mips))
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386 kfreebsd-i386 mips mipsel armel hurd-i386))
 	echo "tweaking test result for architecture $(DEB_HOST_ARCH_CPU)"
 	sed -i.bak 's/\(array(\[0, 0, 0, ..., 0, 0, 0\]\), dtype=int32/\1/' doc/tss.rst
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htseq.git



More information about the debian-med-commit mailing list