[SCM] netcdf branch, master, updated. upstream/4.1.3-31-g4b279f4

Francesco Paolo Lovergine frankie at debian.org
Fri Mar 2 09:18:55 UTC 2012


The following commit has been merged in the master branch:
commit 4b279f4bbc2c12f221cfb1a3ce937700f935ef77
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Fri Mar 2 10:08:03 2012 +0100

    Disabling DAP remote tests.

diff --git a/debian/changelog b/debian/changelog
index 597f089..bd22404 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf (1:4.1.3-4) unstable; urgency=low
+
+  * Re-disabling DAP remote tests to avoid failures on some build boxes.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 02 Mar 2012 10:06:49 +0100
+
 netcdf (1:4.1.3-3) unstable; urgency=low
 
   * Drop the non-sense package libnetcdf6. Repeat after me: always think twice
diff --git a/debian/rules b/debian/rules
index bba8c65..8dd1682 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,9 @@ include /usr/share/cdbs/1/class/autotools.mk
 # skipping of fort-nc4.c without that.
 #
 # Remote sites could be not available at check time, so disabling some tests...
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap 
+#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap 
 # This is useful to avoid remote Nap checks
-#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap --disable-dap-remote-tests
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap --disable-dap-remote-tests
 DEB_CONFIGURE_SCRIPT_ENV += FC="gfortran"
 DEB_CONFIGURE_SCRIPT_ENV += CXX="g++"
 DEB_CONFIGURE_SCRIPT_ENV += CC="gcc"

-- 
The NetCDF Library



More information about the Pkg-grass-devel mailing list