[libdap] 12/13: Disable tests
Alastair McKinstry
mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag unstable/3.14.0-2
in repository libdap.
commit 09fcb1ebedc51085f73358862bbb5e562b250c3c
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sun Jul 5 09:58:38 2015 +0100
Disable tests
---
debian/changelog | 7 ++++++-
debian/rules | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5824da7..bacbb97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
-libdap (3.14.0-2) UNRELEASED; urgency=medium
+libdap (3.14.0-2) unstable; urgency=medium
* Change Vcs-Git URL to anonscm.debian.org form
+ * Temporarily disable tests to allow libdap proceed to testing.
+ 3.14.0 added a new feature DMR that fails on big-endian platforms
+ This is being worked on with upstream, but it is a blocker for netCDF /GCC
+ transitions. So the test is being disabled for the moment.
+ Closes: #790863.
-- Alastair McKinstry <mckinstry at debian.org> Sun, 28 Jun 2015 11:37:32 +0100
diff --git a/debian/rules b/debian/rules
index 5372c83..0265785 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_autoreconf:
override_dh_auto_configure:
dh_auto_configure -- --with-gnu-ld
+override_dh_auto_test:
+ @echo "Tests currently disabled"
+
override_dh_auto_build:
# Strange bug causes lexer not to build first-time; need to make clean in subdir and restart
- $(MAKE) -j1
--
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