[spatialite] 01/01: Ignore test results on arm64. See LP: #1284199.

Bas Couwenberg sebastic at xs4all.nl
Sat May 10 00:17:30 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository spatialite.

commit 878f077dc8b4713044ddb178e12667f3f1b0d6ea
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat May 10 02:12:27 2014 +0200

    Ignore test results on arm64. See LP: #1284199.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 32a1d99..04461b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+spatialite (4.1.1-10) UNRELEASED; urgency=low
+
+  [ Matthias Klose ]
+  * Ignore test results on arm64. See LP: #1284199.
+
+ -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 10 May 2014 02:10:49 +0200
+
 spatialite (4.1.1-9) unstable; urgency=medium
 
   * Only install example C files, Makefile is architecture specific.
diff --git a/debian/rules b/debian/rules
index f5c8123..29fe7a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,7 +100,7 @@ ifeq ($(DISABLE_32BIT),yes)
 	mv -f test/sql_stmt_geosadvanced_tests/hexgrid22.testcase test/sql_stmt_geosadvanced_tests/hexgrid22.disabled || true
 endif
 
-	dh_auto_test
+	$(if $(filter $(DEB_HOST_ARCH),arm64),-)dh_auto_test
 
 ifeq ($(DISABLE_32BIT),yes)
 	mv -f test/sql_stmt_geosadvanced_tests/hexgrid22.disabled test/sql_stmt_geosadvanced_tests/hexgrid22.testcase || true

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



More information about the Pkg-grass-devel mailing list