[libdap] 01/01: * Add cxxtest, cxxtest, libcppunit-dev for unit tests * Add XML2_LIBS to unit-tests/Makefile.am to build tests

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jul 23 15:42:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/experimental
in repository libdap.

commit 48e3acfb236c29d8c290db763c0c79d3f241df77
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Jul 23 15:19:12 2015 +0100

    * Add cxxtest, cxxtest, libcppunit-dev for unit tests
    * Add XML2_LIBS to unit-tests/Makefile.am to build tests
---
 debian/changelog              |  5 +++--
 debian/patches/xml_libs.patch | 13 +++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e07497..a444f11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-libdap (3.14.0-3~exp2) UNRELEASED; urgency=medium
+libdap (3.14.0-3~exp2) experimental; urgency=medium
 
-  * Add cxxtest, cxxtest, libcppunit-dev
+  * Add cxxtest, cxxtest, libcppunit-dev for unit tests
+  * Add XML2_LIBS to unit-tests/Makefile.am to build tests
   * Fix copyrights, move to DEP-5. Closes: #792536.
   * Add Breaks/Replaces for transition. Closes: #79568.
 
diff --git a/debian/patches/xml_libs.patch b/debian/patches/xml_libs.patch
index 13cfa36..2b93473 100644
--- a/debian/patches/xml_libs.patch
+++ b/debian/patches/xml_libs.patch
@@ -16,3 +16,16 @@ Index: libdap-3.14.0/Makefile.am
  if DAP4_DEFINED
      libdapclient_la_SOURCES += $(DAP4_CLIENT_HDR) $(DAP4_CLIENT_SRC)
  endif
+Index: libdap-3.14.0/unit-tests/Makefile.am
+===================================================================
+--- libdap-3.14.0.orig/unit-tests/Makefile.am
++++ libdap-3.14.0/unit-tests/Makefile.am
+@@ -8,7 +8,7 @@ AUTOMAKE_OPTIONS = foreign
+ # Headers in 'tests' are used by the arrayT unit tests.
+ 
+ AM_CPPFLAGS = -I$(top_srcdir)/GNU -I$(top_srcdir) -I$(top_srcdir)/tests $(CURL_CFLAGS) $(XML2_CFLAGS)
+-AM_LDADD =
++AM_LDADD = $(XML2_LIBS)
+ AM_CXXFLAGS = 
+ CXXFLAGS = 
+ 

-- 
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