[libdap] 02/07: Further fix to DMRTESTSUITE Makefile needed
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Feb 16 12:13:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch master
in repository libdap.
commit 0ae4be7b19fc346ad34f53b2454cd1a0e9f3c608
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Nov 7 22:48:18 2015 +0000
Further fix to DMRTESTSUITE Makefile needed
---
debian/changelog | 6 ++++++
debian/patches/disable-dmr-tests.patch | 15 ++++++++++++++-
debian/patches/series | 1 +
3 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 20d05eb..d7db1e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdap (3.15.1-3) unstable; urgency=medium
+
+ * Further fix to DMRTESTSUITE Makefile needed
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 07 Nov 2015 22:47:32 +0000
+
libdap (3.15.1-2) unstable; urgency=medium
* Disable DMR tests which still break on big-endian hw. (Upstream informed)
diff --git a/debian/patches/disable-dmr-tests.patch b/debian/patches/disable-dmr-tests.patch
index 750ed00..fdc1dfb 100644
--- a/debian/patches/disable-dmr-tests.patch
+++ b/debian/patches/disable-dmr-tests.patch
@@ -1,6 +1,6 @@
Author: Alastair McKinstry <mckinstry at debian.org>
Description: Disable DMR tests which break on big-endian archs at the moment
-Last-Updated: 2015-11-05
+Last-Updated: 2015-11-07
Forwarded: no
Index: libdap-3.15.1/tests/Makefile.am
@@ -16,3 +16,16 @@ Index: libdap-3.15.1/tests/Makefile.am
# Build the test drivers. The drivers all use the
# subclassed types in Test*.cc and the TestTypesFactory.
+@@ -107,11 +107,10 @@ DMRTESTSUITE = $(srcdir)/DMRTest
+ GETDAPTESTSUITE = $(srcdir)/getdapTest
+
+ check-local: atconfig atlocal $(DASTESTSUITE) $(DDSTESTSUITE) \
+-$(EXPRTESTSUITE) $(DMRTESTSUITE) $(GETDAPTESTSUITE)
++$(EXPRTESTSUITE) $(GETDAPTESTSUITE)
+ $(SHELL) '$(DASTESTSUITE)' $(TESTSUITEFLAGS)
+ $(SHELL) '$(DDSTESTSUITE)' $(TESTSUITEFLAGS)
+ $(SHELL) '$(EXPRTESTSUITE)' $(TESTSUITEFLAGS)
+- $(SHELL) '$(DMRTESTSUITE)' $(TESTSUITEFLAGS)
+ $(SHELL) '$(GETDAPTESTSUITE)' $(TESTSUITEFLAGS)
+
+ # Make sure there are no spaces after the DASTESTSUITE names. jhrg 3/16/15
diff --git a/debian/patches/series b/debian/patches/series
index ef753e6..0ac4656 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ xml_libs.patch
pkgconfig.patch
# disable-docs.patch
disable-cache-test.patch
+disable-dmr-tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git
More information about the debian-science-commits
mailing list