[ppl] 52/68: Imported Debian patch 1:1.0-4

Andreas Tille tille at debian.org
Sat Nov 12 08:41:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository ppl.

commit 8c232ee0eb388d74f4e11a476b97b2b995f01039
Author: Matthias Klose <doko at debian.org>
Date:   Sat Feb 9 17:21:45 2013 +0100

    Imported Debian patch 1:1.0-4
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4365fce..4ef5597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ppl (1:1.0-4) experimental; urgency=low
+
+  * Ignore test failures on s390x. No feedback from the Debian porters.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 09 Feb 2013 17:21:45 +0100
+
 ppl (1:1.0-3) experimental; urgency=low
 
   * Bump the epoch (and the release number, because the archive software
diff --git a/debian/rules b/debian/rules
index 8a03670..649629f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,7 +88,7 @@ build-arch-stamp: configure-stamp
 check:
 	dh_testdir
 ifeq ($(with_check),yes)
-  ifeq (,$(filter-out alpha-linux-gnu arm-linux-gnueabi,$(DEB_HOST_GNU_TYPE)))
+  ifneq (,$(filter $(DEB_HOST_ARCH), alpha armel s390x))
 	# There are some failures in the testsuite on alpha,
 	# maybe related to http://gcc.gnu.org/PR8966
 	# Testsuite is miscompiled on arm, see #593324

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ppl.git



More information about the debian-science-commits mailing list