[ppl] 24/68: Imported Debian patch 0.10.2-2

Andreas Tille tille at debian.org
Sat Nov 12 08:40:52 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 33da1a16bcc3555415f5fb4dbc1b2a536d2e62ca
Author: Arthur Loiret <aloiret at debian.org>
Date:   Sun May 24 07:49:26 2009 +0000

    Imported Debian patch 0.10.2-2
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 235c404..d494904 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ppl (0.10.2-2) unstable; urgency=low
+
+  * debian/rules: Use findstring instead of filter. This should really run
+    the testsuite with -k on alpha.
+
+ -- Arthur Loiret <aloiret at debian.org>  Sun, 24 May 2009 07:49:26 +0000
+
 ppl (0.10.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index bd721c6..48fcb90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ build-arch-stamp: configure-stamp
 check:
 	dh_testdir
 ifeq ($(with_check),yes)
-  ifneq (,$(filter alpha,$(DEB_HOST_GNU_TYPE)))
+  ifneq (,$(findstring alpha,$(DEB_HOST_GNU_TYPE)))
 	# There are some failures in the testsuite on alpha,
 	# maybe related to http://gcc.gnu.org/PR8966
 	$(MAKE) $(NJOBS) -k check || true

-- 
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