This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit 5459805a820c270f5af9377db34a53ff7c5a33eb Author: Bas Couwenberg <[email protected]> Date: Mon May 23 23:11:22 2016 +0200 Disable tests on ppc64, fails to change owner and permissions. --- debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0454d04..c435bff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgis (2.2.2+dfsg-3) UNRELEASED; urgency=medium + + * Disable tests on ppc64, fails to change owner and permissions. + + -- Bas Couwenberg <[email protected]> Mon, 23 May 2016 23:10:35 +0200 + postgis (2.2.2+dfsg-2) unstable; urgency=medium * Disable tests on Ubuntu (and derivatives), hanging on their buildds. diff --git a/debian/rules b/debian/rules index b0f4393..28967d1 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,8 @@ endif # armel has no sfcgal support, and fails interrupt_buffer test. # kfreebsd-i386 & mips64el are not a release architectures. # hppa (and mips*) fails the tickets and wkb tests because of different NaN representations. -ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el")) +# ppc64 fails to change owner and permissions of the virtualenv +ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64")) 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

