[nco] branch jessie-backports updated (8f00051 -> e39c548)

Bas Couwenberg sebastic at debian.org
Tue Jan 3 07:14:40 UTC 2017


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

sebastic pushed a change to branch jessie-backports
in repository nco.

      from  8f00051   Rebuild for jessie-backports.
      adds  4d02726   Add patch to add ncap_yacc.h to BUILT_SOURCES to build it before using.
      adds  ec99b3b   Don't limit parallel build, FTBFS fixed with BUILT_SOURCES patch.
      adds  0f9c512   Mark built_sources.patch as Applied-Upstream.
      adds  883e0ae   Imported Upstream version 4.6.3
      adds  b0ab977   Merge tag 'upstream/4.6.3'
      adds  e4a109b   New upstream release.
      adds  23703b0   Drop patches, applied upstream.
      adds  79735bf   Set distribution to unstable.
       new  7df3b7f   Merge tag 'debian/4.6.3-1' into jessie-backports
       new  e39c548   Rebuild for jessie-backports.

The 2 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                       |  164 +++++
 bld/Makefile                         |   14 +
 bld/nco.spec                         |   11 +-
 bld/nco_dst.pl                       |   30 +-
 bm/NCO_rgr.pm                        |   83 ++-
 configure                            |   20 +-
 configure.ac                         |    2 +-
 configure.eg                         |   21 +-
 data/in.cdl                          |    2 +-
 data/in_4.cdl                        |   14 +-
 data/ncclimo                         | 1199 ++++++++++++++++++++--------------
 data/ncremap                         |  172 +++--
 data/{ncclimo => ncsplit}            |  627 ++++++++++--------
 data/tst-udunits.nco                 |  136 ++++
 debian/changelog                     |   14 +
 debian/doc-base                      |    2 +-
 debian/patches/series                |    1 -
 debian/patches/spelling-errors.patch |   55 --
 debian/rules                         |    2 +-
 doc/ANNOUNCE                         |  182 +++---
 doc/ChangeLog                        |  147 ++++-
 doc/MANIFEST                         |   12 +-
 doc/README                           |    2 +-
 doc/TODO                             |    7 +-
 doc/VERSION                          |    2 +-
 doc/debian.txt                       |  162 ++---
 doc/highlights_old.shtml             |    2 +-
 doc/index.shtml                      |  100 +--
 doc/nco.texi                         |  716 +++++++++++++++-----
 doc/nco_news.shtml                   |   18 +-
 doc/nco_src_frg.txt                  |    2 +-
 doc/xmp_cesm.html                    |    2 +-
 man/ncap.1                           |    4 +-
 man/ncap2.1                          |    6 +-
 man/ncatted.1                        |    4 +-
 man/ncbo.1                           |    4 +-
 man/ncclimo.1                        |   10 +-
 man/ncecat.1                         |    4 +-
 man/nces.1                           |    4 +-
 man/ncflint.1                        |    4 +-
 man/ncks.1                           |    8 +-
 man/nco.1                            |    6 +-
 man/ncpdq.1                          |    4 +-
 man/ncra.1                           |    4 +-
 man/ncrcat.1                         |    4 +-
 man/ncremap.1                        |    4 +-
 man/ncrename.1                       |    6 +-
 man/ncwa.1                           |    4 +-
 src/nco++/Makefile.old               |   45 +-
 src/nco++/fmc_all_cls.cc             |  423 ++++++++----
 src/nco++/fmc_all_cls.hh             |   11 +
 src/nco++/fmc_gsl_cls.cc             |   40 +-
 src/nco++/fmc_gsl_cls.hh             |   18 +-
 src/nco++/ncap2.cc                   |   12 +-
 src/nco++/ncap2_utl.cc               |   37 ++
 src/nco++/ncap2_utl.hh               |    7 +
 src/nco++/prs_cls.cc                 |   25 +-
 src/nco/Makefile.am                  |    2 +
 src/nco/Makefile.in                  |   14 +-
 src/nco/mpncbo.c                     |    1 +
 src/nco/mpncecat.c                   |    1 +
 src/nco/mpncflint.c                  |    1 +
 src/nco/mpncpdq.c                    |    1 +
 src/nco/mpncra.c                     |    1 +
 src/nco/mpncwa.c                     |    3 +-
 src/nco/ncap.c                       |    1 +
 src/nco/ncap_lex.l                   |    1 +
 src/nco/ncap_yacc.y                  |    8 +
 src/nco/ncbo.c                       |    3 +-
 src/nco/ncecat.c                     |    3 +-
 src/nco/ncflint.c                    |    3 +-
 src/nco/ncks.c                       |   33 +-
 src/nco/nco.h                        |   15 +-
 src/nco/nco_att_utl.c                |    2 +-
 src/nco/nco_cln_utl.c                |  829 +++++++++++++----------
 src/nco/nco_cln_utl.h                |   95 ++-
 src/nco/nco_cnk.c                    |   21 +
 src/nco/nco_cnk.h                    |    1 +
 src/nco/nco_ctl.c                    |    8 +-
 src/nco/nco_fl_utl.c                 |    2 +-
 src/nco/nco_lmt.c                    |   63 +-
 src/nco/nco_netcdf.c                 |    5 +-
 src/nco/nco_netcdf.h                 |    3 +
 src/nco/nco_pck.c                    |    2 +-
 src/nco/nco_prn.c                    |   87 ++-
 src/nco/nco_sng_utl.h                |    7 +
 src/nco/ncpdq.c                      |    3 +-
 src/nco/ncra.c                       |   28 +-
 src/nco/ncwa.c                       |    5 +-
 89 files changed, 3874 insertions(+), 1999 deletions(-)
 create mode 100644 CMakeLists.txt
 copy data/{ncclimo => ncsplit} (76%)
 create mode 100644 data/tst-udunits.nco
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-errors.patch

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