[alglib] 01/03: Do not start tests on mipsel.

Anton Gladky gladk at moszumanska.debian.org
Wed Aug 12 09:31:29 UTC 2015


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

gladk pushed a commit to branch master
in repository alglib.

commit b7d1bebcd49570e44173525bbdeb35602dba0b47
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Aug 12 11:23:44 2015 +0200

    Do not start tests on mipsel.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6a481ef..eece71e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 
 UPSTREAM_VERSION=3.9
 
-ifneq (,$(filter $(DEB_HOST_ARCH),mips))
+ifneq (,$(filter $(DEB_HOST_ARCH),mips mipsel))
 override_dh_auto_test:
 endif
 

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



More information about the debian-science-commits mailing list