This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository proj.
commit fb06d016044f1d3eeea2f56dbbfc4c79f414a280 Author: Bas Couwenberg <[email protected]> Date: Tue Feb 27 18:55:13 2018 +0100 Ignore test failures on hppa. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1fc002e..2203943 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proj (5.0.0~rc6-1~exp3) UNRELEASED; urgency=medium + + * Ignore test failures on hppa. + + -- Bas Couwenberg <[email protected]> Tue, 27 Feb 2018 18:55:01 +0100 + proj (5.0.0~rc6-1~exp2) experimental; urgency=medium * Update datumgrids.shar (XZ compressed) with proj-datumgrid-1.7RC2. diff --git a/debian/rules b/debian/rules index 1b43b53..9a24233 100755 --- a/debian/rules +++ b/debian/rules @@ -58,7 +58,7 @@ override_dh_auto_build: override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386 hurd-i386 ia64 powerpc")) +ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386 hurd-i386 hppa ia64 powerpc")) dh_auto_test || echo "Ignoring test failures" else dh_auto_test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

