[sfcgal] 02/04: Skip tests on i386 architectures, causes FTBFS.

Bas Couwenberg sebastic at debian.org
Sun Aug 7 15:17:51 UTC 2016


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

sebastic pushed a commit to branch master
in repository sfcgal.

commit 68c052383178a81fe0672a0efb043579dfdef444
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Aug 7 16:10:40 2016 +0200

    Skip tests on i386 architectures, causes FTBFS.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ae4a351..2517ffd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 sfcgal (1.3.0-4) UNRELEASED; urgency=medium
 
   * Drop i386-ftbfs.patch, did not fix FTBFS on i386.
+  * Skip tests on i386 architectures, causes FTBFS.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 07 Aug 2016 15:59:47 +0200
 
diff --git a/debian/rules b/debian/rules
index ab26522..cb25551 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_configure:
 		-DSFCGAL_BUILD_TESTS=ON
 
 override_dh_auto_test:
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"alpha"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"alpha i386 kfreebsd-i386 hurd-i386"))
 	# Skip tests
 else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mipsel"))
 	dh_auto_test || echo "Ignoring test failures"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git



More information about the Pkg-grass-devel mailing list