This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit 52cb52f32757edf529f64cd0f053878cc663f0a4 Author: Bas Couwenberg <[email protected]> Date: Thu Jan 21 23:02:56 2016 +0100 Skip tests on kfreebsd-i386 & mips64el, not release architectures. --- debian/changelog | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f8ed070..6fcdd1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ postgis (2.2.1+dfsg-2) UNRELEASED; urgency=medium (closes: #810859) * Add patch by Sandro Santilli to fix test failure on various architectures. * Re-enable tests on arm64, powerpc, ppc64el & s390x. + * Skip tests on kfreebsd-i386 & mips64el, not release architectures. [ Markus Wanner ] * Add patch relax-test-timing-constraints.patch to increase chances of diff --git a/debian/rules b/debian/rules index d24c549..13a4869 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,8 @@ endif # Hurd doesn't implement semaphores; skip regress tests # mipsel has persisent buildd issues, skip tests too. # armel has no sfcgal support, and fails interrupt_buffer test. -ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel")) +# kfreebsd-i386 & mips64el are not a release architecture +ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel kfreebsd-i386 mips64el")) CHECK = endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

