[DebianGIS-dev] r2806 - packages/netcdf/branches/4.1/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Mar 31 15:12:33 UTC 2010


Author: frankie
Date: 2010-03-31 15:12:23 +0000 (Wed, 31 Mar 2010)
New Revision: 2806

Modified:
   packages/netcdf/branches/4.1/debian/changelog
   packages/netcdf/branches/4.1/debian/rules
Log:
Added libdap support.


Modified: packages/netcdf/branches/4.1/debian/changelog
===================================================================
--- packages/netcdf/branches/4.1/debian/changelog	2010-03-28 21:41:24 UTC (rev 2805)
+++ packages/netcdf/branches/4.1/debian/changelog	2010-03-31 15:12:23 UTC (rev 2806)
@@ -1,3 +1,9 @@
+netcdf (1:4.1.1~rc2-2) experimental; urgency=low
+
+  * Now enabled OpenDAP support.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 24 Mar 2010 13:02:50 +0100
+
 netcdf (1:4.1.1~rc2-1) experimental; urgency=low
 
   * New upstream pre-release with working checks.

Modified: packages/netcdf/branches/4.1/debian/rules
===================================================================
--- packages/netcdf/branches/4.1/debian/rules	2010-03-28 21:41:24 UTC (rev 2805)
+++ packages/netcdf/branches/4.1/debian/rules	2010-03-31 15:12:23 UTC (rev 2806)
@@ -14,7 +14,7 @@
 
 # Note that hdf5 dir has to be specified due to a bug into fortran/Makefile.am which causes
 # skipping of fort-nc4.c without that.
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap
 DEB_CONFIGURE_SCRIPT_ENV += FC="gfortran"
 DEB_CONFIGURE_SCRIPT_ENV += CXX="g++"
 DEB_CONFIGURE_SCRIPT_ENV += CC="gcc"




More information about the Pkg-grass-devel mailing list