[libdap] 01/07: Disable DMR tests which still break on big-endian hw. (Upstream informed)
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 8277ee7bd1c2657fcf32ab8a7214dec4e240f478
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Nov 4 14:06:46 2015 +0000
Disable DMR tests which still break on big-endian hw. (Upstream informed)
---
debian/changelog | 6 ++++++
debian/patches/disable-dmr-tests.patch | 18 ++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d12b320..20d05eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdap (3.15.1-2) unstable; urgency=medium
+
+ * Disable DMR tests which still break on big-endian hw. (Upstream informed)
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 04 Nov 2015 14:05:52 +0000
+
libdap (3.15.1-1) experimental; urgency=medium
* New upstream release
diff --git a/debian/patches/disable-dmr-tests.patch b/debian/patches/disable-dmr-tests.patch
new file mode 100644
index 0000000..750ed00
--- /dev/null
+++ b/debian/patches/disable-dmr-tests.patch
@@ -0,0 +1,18 @@
+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
+Forwarded: no
+
+Index: libdap-3.15.1/tests/Makefile.am
+===================================================================
+--- libdap-3.15.1.orig/tests/Makefile.am
++++ libdap-3.15.1/tests/Makefile.am
+@@ -31,7 +31,7 @@ endif
+ # TESTS = DASTest DDSTest EXPRTest DMRTest getdapTest
+
+ check_SCRIPTS = $(DASTESTSUITE) $(DDSTESTSUITE) $(EXPRTESTSUITE) \
+- $(DMRTESTSUITE) $(GETDAPTESTSUITE)
++ $(GETDAPTESTSUITE)
+
+ # Build the test drivers. The drivers all use the
+ # subclassed types in Test*.cc and the TestTypesFactory.
--
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