[nco] branch master updated (983936b -> 51b942d)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Feb 27 18:14:34 UTC 2016


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

sebastic pushed a change to branch master
in repository nco.

      from  983936b   Revert "Rebuild with libnetcdf11."
       new  db1870e   Bump Standards-Version to 3.9.7, no changes.
       new  661e335   Use GitHub for upstream sources.
       new  371661d   Imported Upstream version 4.5.5
       new  ded8044   Merge tag 'upstream/4.5.5'
       new  3c1d0e8   New upstream release.
       new  5401e1b   Add changelog entry for Vcs-Git URL change.
       new  9fe7c36   Drop typos.patch, applied upstream.
       new  2c8fd3f   Add patch for various new typos.
       new  51b942d   Set distribution to unstable.

The 9 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:
 bld/Makefile                      |   2 +-
 bld/nco.spec                      |  11 +-
 bld/nco_dst.pl                    |  30 +-
 bm/NCO_rgr.pm                     | 141 +++++-
 configure                         |  27 +-
 configure.ac                      |   6 +-
 configure.eg                      |  28 +-
 data/in.cdl                       |  13 +
 data/in_grp_8.cdl                 |  44 ++
 data/mdl_1.cdl                    |  52 ++-
 data/mdl_2.cdl                    |  24 +-
 data/ncremap                      | 507 ++++++++++++++++------
 debian/changelog                  |  11 +
 debian/control                    |   2 +-
 debian/copyright                  |   2 +-
 debian/patches/typos.patch        | 217 ++++++++--
 debian/upstream/metadata          |   2 +-
 debian/watch                      |   8 +-
 doc/ANNOUNCE                      | 172 ++++----
 doc/ChangeLog                     | 191 +++++++-
 doc/TODO                          |   3 +-
 doc/VERSION                       |   2 +-
 doc/debian.txt                    | 162 +++----
 doc/index.shtml                   | 107 +++--
 doc/milestones_old.shtml          |  30 +-
 doc/nco.texi                      | 628 +++++++++++++++++++--------
 man/ncremap.1                     |   4 +
 src/nco++/Makefile.am             |   3 +
 src/nco++/Makefile.in             |   3 +
 src/nco++/fmc_all_cls.cc          | 230 +++++++++-
 src/nco++/fmc_all_cls.hh          |   3 +-
 src/nco++/ncap2_utl.cc            |  25 +-
 src/nco++/ncap2_utl.hh            |   1 +
 src/nco++/ncoEnumTokenTypes.hpp   |   9 +-
 src/nco++/ncoGrammer.g            | 288 +++++++++++-
 src/nco++/ncoLexer.cpp            |  20 +-
 src/nco++/ncoLexer.hpp            |   4 +-
 src/nco++/ncoParser.cpp           |   3 +-
 src/nco++/ncoParser.hpp           |   6 +-
 src/nco++/ncoParserTokenTypes.hpp |  13 +-
 src/nco++/ncoTree.cpp             | 892 +++++++++++++++++++++++++-------------
 src/nco++/ncoTree.hpp             |   6 +-
 src/nco++/nco_antlr_pst_prc.pl    |   3 +-
 src/nco/ESMC_CoordSys.h           |  37 --
 src/nco/ncatted.c                 |   6 +-
 src/nco/ncks.c                    |  19 +-
 src/nco/nco.h                     |  39 +-
 src/nco/nco_att_utl.c             |  20 +-
 src/nco/nco_att_utl.h             |   1 +
 src/nco/nco_cnf_typ.c             |   4 +-
 src/nco/nco_ctl.c                 |   8 +-
 src/nco/nco_fl_utl.c              |  24 +-
 src/nco/nco_grp_utl.c             | 281 +++++++-----
 src/nco/nco_grp_utl.h             |  24 +-
 src/nco/nco_lst_utl.c             |   6 +-
 src/nco/nco_msa.c                 |  24 +-
 src/nco/nco_mss_val.c             |   8 +-
 src/nco/nco_netcdf.c              |  64 ++-
 src/nco/nco_netcdf.h              |  30 +-
 src/nco/nco_ppc.c                 |  94 ++--
 src/nco/nco_ppc.h                 |   8 -
 src/nco/nco_prn.c                 |   2 +-
 src/nco/nco_prn.h                 |   1 +
 src/nco/nco_rgr.c                 | 482 +++++++++++++++++---
 src/nco/nco_rgr.h                 |  20 +
 src/nco/nco_rth_utl.c             |  36 +-
 src/nco/nco_sng_utl.c             |   4 +-
 src/nco/nco_var_avg.h             |   1 +
 src/nco/nco_var_utl.c             |   7 +-
 src/nco/ncpdq.c                   |   7 -
 src/nco/ncra.c                    |  13 +-
 src/nco/ncrename.c                |   2 +
 src/nco/ncwa.c                    |  16 +-
 73 files changed, 3804 insertions(+), 1419 deletions(-)
 create mode 100644 data/in_grp_8.cdl
 delete mode 100644 src/nco/ESMC_CoordSys.h

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