[open-coarrays] 43/80: * Invert incorrect make check to enable tests * Move to unstable

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 13:45:48 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 4da00137ee8aacaa8b21ea5e690381198cd377fe
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Nov 15 11:23:21 2016 +0000

    * Invert incorrect make check to enable tests
    * Move to unstable
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1a21c78..6927d6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+open-coarrays (1.7.4-2) unstable; urgency=medium
+
+  * Invert incorrect make check to enable tests
+  * Move to unstable
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 15 Nov 2016 11:22:35 +0000
+
 open-coarrays (1.7.4-1) experimental; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index e1e1306..02e39ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_install:
 	dh_link -p libcoarrays-dev $(LIBDIR)/libcaf_mpi.so.0d $(LIBDIR)/libcaf_mpi.so
 
 override_dh_auto_test:
-ifeq (,$(findstring  "$(DEB_HOST_ARCH)",$(DISABLED_TESTS)))
+ifneq (,$(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