[SCM] spatialite branch, master, updated. debian/4.0.0-1-19-gb316254

Bas Couwenberg sebastic at xs4all.nl
Thu Oct 3 16:41:32 UTC 2013


The following commit has been merged in the master branch:
commit b316254f440d23eeb0f0f88cb376e69cf352d84e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Oct 3 18:41:24 2013 +0200

    Disable fromgeojson22.testcase on advise from upstream.

diff --git a/debian/changelog b/debian/changelog
index d586f1e..710f5f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ spatialite (4.1.1-1) experimental; urgency=low
   * Add patch to set automake option subdir-objects.
   * Bump Standards-Version to 3.9.4, changes: copyright, Vcs-* fields, symbols.
   * Update Homepage URL.
+  * Disable fromgeojson22.testcase on advise from upstream, fails on armel,
+    armhf, mips & mipsel with a minor rounding difference.
+    (closes: #725267)
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 29 Sep 2013 22:00:45 +0200
 
diff --git a/debian/rules b/debian/rules
index 11d0d28..87b7d3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,10 @@ override_dh_auto_test:
 	mkdir -p debian/backup/stmt
 	cp test/*.sqlite debian/backup/
 	cp test/sql_stmt_tests/*.sqlite debian/backup/stmt/
+	# Disable fromgeojson22.testcase: fails on armel, armhf, mips & mipsel.
+	mv test/sql_stmt_tests/fromgeojson22.testcase  test/sql_stmt_tests/fromgeojson22.disabled
 	dh_auto_test
+	mv test/sql_stmt_tests/fromgeojson22.disabled  test/sql_stmt_tests/fromgeojson22.testcase
 	cp debian/backup/stmt/*.sqlite test/sql_stmt_tests/
 	cp debian/backup/*.sqlite test/
 	rm -rf debian/backup

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list