[fiona] 01/01: Ignore test failures on ppc64 too.
Bas Couwenberg
sebastic at debian.org
Sun Jun 12 21:46:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository fiona.
commit df6cb6854b77886f81be9f8a73f6a6167b83524a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jun 12 23:46:39 2016 +0200
Ignore test failures on ppc64 too.
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 29a2000..57fbb9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fiona (1.7~b1-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Ignore test failures on ppc64 too.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 12 Jun 2016 23:46:09 +0200
+
fiona (1.7~b1-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 3acf479..cb06783 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_clean:
override_dh_auto_test:
# Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 kfreebsd-amd64 kfreebsd-i386"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64"))
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/fiona.git
More information about the Pkg-grass-devel
mailing list