[alglib] 01/02: Disable autotest on mips. (Closes: #787448)

Anton Gladky gladk at moszumanska.debian.org
Thu Jun 4 21:33:39 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 2122287972c972ce995355114f5630a7df8c357b
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Jun 4 23:27:26 2015 +0200

    Disable autotest on mips. (Closes: #787448)
    
    Fails randomly on different machines.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index b2f353b..6a481ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,10 @@
 
 UPSTREAM_VERSION=3.9
 
+ifneq (,$(filter $(DEB_HOST_ARCH),mips))
+override_dh_auto_test:
+endif
+
 override_dh_strip:
 	dh_strip --dbg-package=libalglib$(UPSTREAM_VERSION)-dbg
 

-- 
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