[open-coarrays] 34/80: * Set debhelper dependency to >= 10. - re-enabled tests on alpha, powerpc

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 13:45:47 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository open-coarrays.

commit 39217813a51f196f952d68c354c7f4d0e85d138c
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Sep 14 16:10:52 2016 +0100

    * Set debhelper dependency to >= 10.
     - re-enabled tests on alpha, powerpc
---
 debian/changelog | 12 +++++++++++-
 debian/rules     |  3 ++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 19b7736..98d1fae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,16 @@
-open-coarrays (1.7.0-1) UNRELEASED; urgency=medium
+open-coarrays (1.7.0-2) UNRELEASED; urgency=medium
+
+  * Set debhelper dependency to >= 10.
+  * Don't link against static lib in navier_stokes test, breaks -fPIE,
+    bindow. Closes: #835148
+  * disable alpha, powerpc tests again. Still buggy.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Wed, 14 Sep 2016 16:04:04 +0100
+
+open-coarrays (1.7.0-1) experimental; urgency=medium
 
   * New upstream release
+   - re-enabled tests on alpha, powerpc
   * DH_COMPAT=10
 
  -- Alastair McKinstry <mckinstry at debian.org>  Mon, 05 Sep 2016 08:27:24 +0100
diff --git a/debian/rules b/debian/rules
index e77e2e1..654d333 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,13 @@ export DH_VERBOSE=1
 	dh $@ --buildsystem=cmake
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DISABLED_TESTS:= "powerpc alpha"
 
 override_dh_auto_configure:
 	        CC=mpicc FC=mpifort dh_auto_configure
 
 override_dh_auto_test:
-ifeq (,$(findstring  "$(DEB_HOST_ARCH)","powerpc alpha"))
+ifeq (,$(findstring  "$(DEB_HOST_ARCH)",$(DISABLED_TESTS)))
 	@echo "Tests disabled on this arch: known failures being investigated"
 else
 	dh_auto_test

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



More information about the debian-science-commits mailing list