[nco] branch master updated (8725c8a -> 4d602d2)

Bas Couwenberg sebastic at debian.org
Wed Aug 16 19:29:51 UTC 2017


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

sebastic pushed a change to branch master
in repository nco.

      from  8725c8a   Set distribution to unstable.
       new  3d07b50   Update gbp.conf to use --no-rollback for gbp import-orig.
       new  00737a4   New upstream version 4.6.8
       new  81d2004   Merge tag 'upstream/4.6.8'
       new  ef002c1   New upstream release.
       new  ca69805   Don't explicitly build with GCC 6, FTBFS with GCC 7 fixed upstream. (closes: #853569)
       new  4d602d2   Set distribution to unstable.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt           |   7 +
 Makefile.am              |   1 +
 Makefile.in              |  13 +-
 aclocal.m4               |  50 ++---
 bld/Makefile             |   4 +-
 bld/nco.spec             |  11 +-
 bld/nco_dst.pl           |  30 +--
 bm/NCO_bm.pm             |   3 +-
 bm/NCO_rgr.pm            | 133 ++++++++++--
 configure                |  49 +++--
 configure.ac             |  34 ++-
 configure.eg             |  59 ++---
 data/Makefile.am         |   2 +-
 data/Makefile.in         |   6 +-
 data/bsc_tst.nco         |  32 ++-
 data/buggy.cdl           |  10 +-
 data/clc.cdl             |   2 +-
 data/in.cdl              |  27 ++-
 data/ncclimo             | 550 +++++++++++++++++++++++++++++++++++------------
 data/ncremap             | 147 +++++++++----
 data/nsm.cdl             |   4 +-
 data/string.nco          |  35 +++
 data/tms.cdl             |  73 +++++++
 debian/changelog         |   9 +
 debian/control           |   2 -
 debian/gbp.conf          |   3 +
 debian/rules             |   3 -
 doc/ANNOUNCE             | 205 ++++++++----------
 doc/ChangeLog            | 214 +++++++++++++++++-
 doc/Makefile.in          |   4 +-
 doc/TODO                 |  14 +-
 doc/VERSION              |   2 +-
 doc/debian.txt           | 162 +++++++-------
 doc/index.shtml          | 127 ++++++-----
 doc/nco.texi             | 309 ++++++++++++++++++++------
 man/Makefile.in          |   4 +-
 man/ncap.1               |   2 +-
 man/ncap2.1              |   2 +-
 man/ncbo.1               |   2 +-
 man/ncclimo.1            |   3 +-
 man/ncecat.1             |   2 +-
 man/nces.1               |   2 +-
 man/ncflint.1            |   2 +-
 man/ncks.1               |   2 +-
 man/ncpdq.1              |   2 +-
 man/ncra.1               |   2 +-
 man/ncrcat.1             |   2 +-
 man/ncremap.1            |   5 +-
 man/ncwa.1               |   2 +-
 src/Makefile.in          |   4 +-
 src/nco++/Makefile.in    |   4 +-
 src/nco++/fmc_all_cls.cc |  26 ++-
 src/nco++/fmc_all_cls.hh |   2 +-
 src/nco++/ncap2.cc       |  26 ++-
 src/nco++/ncap2_att.cc   |  42 ++--
 src/nco++/ncap2_utl.cc   |  30 ++-
 src/nco++/ncap2_utl.hh   |   5 +-
 src/nco++/ncoGrammer.g   |  34 ++-
 src/nco++/ncoTree.cpp    |  40 +++-
 src/nco++/ncoTree.hpp    |   2 +-
 src/nco++/prs_cls.cc     |  89 +++++++-
 src/nco++/prs_cls.hh     |  15 +-
 src/nco/Makefile.in      |   4 +-
 src/nco/ncap_lex.l       |   3 +-
 src/nco/ncks.c           |  13 +-
 src/nco/nco.h            |  16 +-
 src/nco/nco_att_utl.c    |   2 +-
 src/nco/nco_cln_utl.c    |  30 +--
 src/nco/nco_cln_utl.h    |   2 +-
 src/nco/nco_cnk.c        |  35 ++-
 src/nco/nco_cnv_csm.c    |   3 +
 src/nco/nco_ctl.c        |  18 +-
 src/nco/nco_fl_utl.c     |   2 +-
 src/nco/nco_grp_utl.c    | 414 ++++++++++++++++++++++++++++++-----
 src/nco/nco_grp_utl.h    |  24 ++-
 src/nco/nco_mmr.c        |   6 +-
 src/nco/nco_msa.c        |  96 ++++++++-
 src/nco/nco_msa.h        |   8 +-
 src/nco/nco_mta.c        |   8 +-
 src/nco/nco_mta.h        |   4 +
 src/nco/nco_netcdf.c     |  18 +-
 src/nco/nco_omp.c        |   2 +-
 src/nco/nco_pck.c        |   9 +-
 src/nco/nco_prn.c        | 217 ++++++-------------
 src/nco/nco_prn.h        |   3 -
 src/nco/nco_rgr.c        | 185 +++++++++++-----
 src/nco/nco_rgr.h        |   1 +
 src/nco/nco_scm.c        |   4 +-
 src/nco/nco_sng_utl.c    |  29 ++-
 src/nco/nco_uthash.h     |  14 +-
 src/nco/nco_var_utl.c    |   6 +-
 src/nco/ncpdq.c          |   2 +-
 src/nco/ncra.c           |   4 +-
 src/nco/ncwa.c           |  22 +-
 src/nco_c++/Makefile.in  |   4 +-
 95 files changed, 2813 insertions(+), 1084 deletions(-)
 create mode 100644 data/string.nco
 create mode 100644 data/tms.cdl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git



More information about the Pkg-grass-devel mailing list