[Pkg-octave-commit] [octave-ltfat] 01/06: Prevent unit testing on mipsel, powerpc and s390x architectures

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Nov 6 08:07:24 UTC 2015


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

rlaboiss-guest pushed a commit to branch master
in repository octave-ltfat.

commit 11bc58ddbbf6e0419782c2729e29f16df9212952
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Jul 24 18:02:32 2015 -0300

    Prevent unit testing on mipsel, powerpc and s390x architectures
    
    This is a temporary hack for allowing the octave-ltfat package to
    complete the liboctave 2->3 transition.  We should revisit the FTBFS
    issues after the transition is completed.
---
 debian/rules | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index b96c985..c9b43fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,7 @@
 
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-ifeq ($(DEB_HOST_ARCH),armhf)
-export DEB_BUILD_OPTIONS = nocheck
-endif
-
-ifeq ($(DEB_HOST_ARCH),mips)
+ifeq ($(DEB_HOST_ARCH),$(filter armhf mips mipsel powerpc s390x,$(DEB_HOST_ARCH)))
 export DEB_BUILD_OPTIONS = nocheck
 endif
 

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-ltfat.git



More information about the Pkg-octave-commit mailing list