[libdap] 05/07: Commit -6

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Feb 16 12:13:59 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 8da41eb6a9c86473d86398d3ffb94d2203942ef3
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Feb 5 16:07:32 2016 +0000

    Commit -6
---
 debian/changelog                       |  6 ++++++
 debian/patches/disable-net-tests.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 40 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 03a5500..05d13b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdap (3.15.1-6) unstable; urgency=medium
+
+  * Disable network tests. Closes: #809580.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Fri, 01 Jan 2016 21:55:57 +0000
+
 libdap (3.15.1-5) unstable; urgency=medium
 
   * Fix FTBFS on arch-independent builds. Closes: #806057
diff --git a/debian/patches/disable-net-tests.patch b/debian/patches/disable-net-tests.patch
new file mode 100644
index 0000000..e194405
--- /dev/null
+++ b/debian/patches/disable-net-tests.patch
@@ -0,0 +1,33 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Disable network tests, as network not available on
+ most build systems
+Last-Updated: 2016-01-01
+Forwarded: not-needed
+
+Index: libdap-3.15.1/tests/Makefile.am
+===================================================================
+--- libdap-3.15.1.orig/tests/Makefile.am
++++ libdap-3.15.1/tests/Makefile.am
+@@ -30,8 +30,7 @@ endif
+ 
+ # TESTS = DASTest DDSTest EXPRTest DMRTest getdapTest
+ 
+-check_SCRIPTS = $(DASTESTSUITE) $(DDSTESTSUITE) $(EXPRTESTSUITE) \
+-	$(GETDAPTESTSUITE)
++check_SCRIPTS = $(DASTESTSUITE) $(DDSTESTSUITE) $(EXPRTESTSUITE) 
+ 
+ # Build the test drivers. The drivers all use the
+ # subclassed types in Test*.cc and the TestTypesFactory.
+@@ -107,11 +106,10 @@ DMRTESTSUITE = $(srcdir)/DMRTest
+ GETDAPTESTSUITE = $(srcdir)/getdapTest
+ 
+ check-local: atconfig atlocal $(DASTESTSUITE) $(DDSTESTSUITE) \
+-$(EXPRTESTSUITE)  $(GETDAPTESTSUITE) 
++$(EXPRTESTSUITE) 
+ 	$(SHELL) '$(DASTESTSUITE)' $(TESTSUITEFLAGS)
+ 	$(SHELL) '$(DDSTESTSUITE)' $(TESTSUITEFLAGS)
+ 	$(SHELL) '$(EXPRTESTSUITE)' $(TESTSUITEFLAGS)
+-	$(SHELL) '$(GETDAPTESTSUITE)' $(TESTSUITEFLAGS)
+ 
+ # Make sure there are no spaces after the DASTESTSUITE names. jhrg 3/16/15
+ # Delete the scripts here and not using CLEANFILES because this target is
diff --git a/debian/patches/series b/debian/patches/series
index 0ac4656..c38441f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ pkgconfig.patch
 # disable-docs.patch
 disable-cache-test.patch
 disable-dmr-tests.patch
+disable-net-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