Package: nco
Version: 4.0.2-1

        The nco package currently in Debian Sid is built without OPeNDAP
        support, which is somewhat unfortunate, since OPeNDAP is already
        provided by the version of NetCDF there.

        To enable the OPeNDAP support, I've toggled the
        --disable-dap-netcdf and --disable-netcdf4 switches, and also
        added libcurl4-gnutls-dev (since NetCDF's OPeNDAP implementation
        relies on it) to Build-Depends:.

        For the test, I've tried:

$ ncks \
      -d time,4,60,1 \
      -d lat,286,287,1 \
      -d lon,167,168,1 \
      
http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20110129/gfs_hd_00z?tmp2m \
      xxx.nc 

        (The command should retrieve a time series data on the
        temperature on 2 m above the ground for a particular location
        from the GFS data available from NOMADS.)  Which just worked.

        TYC.

        NB: I haven't put much time into testing as of yet.

$ interdiff \
      <(zcat nco_4.0.2-1.diff.gz) \
      <(zcat nco_4.0.2-1.0+is+0.2.diff.gz) 
diff -u nco-4.0.2/debian/control nco-4.0.2/debian/control
--- nco-4.0.2/debian/control
+++ nco-4.0.2/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Charlie Zender <[email protected]>
 Uploaders: Francesco Paolo Lovergine <[email protected]>
-Build-Depends: debhelper (>= 7), antlr, bison, flex, gsl-bin, libgsl0-dev, 
libantlr-dev, netcdf-bin, libnetcdf-dev, texinfo
+Build-Depends: debhelper (>= 7), antlr, bison, flex, gsl-bin, libgsl0-dev, 
libantlr-dev, netcdf-bin, libnetcdf-dev, libcurl4-gnutls-dev, texinfo
 Standards-Version: 3.8.4
 Homepage: http://nco.sourceforge.net/
 
diff -u nco-4.0.2/debian/rules nco-4.0.2/debian/rules
--- nco-4.0.2/debian/rules
+++ nco-4.0.2/debian/rules
@@ -53,10 +53,10 @@
                --mandir=/usr/share/man \
                --enable-gsl \
                --enable-ncoxx \
-               --disable-dap-netcdf \
+               --enable-dap-netcdf \
                --disable-dap-opendap \
                --disable-nco_cplusplus \
-               --disable-netcdf4 \
+               --enable-netcdf4 \
                --disable-udunits \
                --disable-udunits2 \
                --disable-static
diff -u nco-4.0.2/debian/changelog nco-4.0.2/debian/changelog
--- nco-4.0.2/debian/changelog
+++ nco-4.0.2/debian/changelog
@@ -1,3 +1,15 @@
+nco (4.0.2-1.0+is+0.2) 1gray-misc; urgency=low
+
+  * Added libcurl4-gnutls-dev to Build-Depends:.
+
+ -- Ivan Shmakov <[email protected]>  Mon, 31 Jan 2011 20:12:37 +0000
+
+nco (4.0.2-1.0+is+0.1) 1gray-misc; urgency=low
+
+  * Enable both NetCDF4 and NetCDF OPeNDAP support, for future's there.
+
+ -- Ivan Shmakov <[email protected]>  Mon, 31 Jan 2011 19:45:09 +0000
+
 nco (4.0.2-1) unstable; urgency=low
 
   * new upstream version (netCDF4_classic behavior)
$ 

-- 
FSF associate member #7257

Attachment: pgptnOP8AHqY4.pgp
Description: PGP signature

Reply via email to