[cdo] branch debian/master updated (286a4de -> 9e7e993)

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Dec 12 12:46:16 UTC 2017


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

mckinstry pushed a change to branch debian/master
in repository cdo.

      from  286a4de   Add DEP-5 comments
      adds  fceba17   upstream release 1.9.2rc2
       new  6575b4f   Merge tag 'upstream/1.9.2rc2' into debian/master
       new  da08caa   Change version number to 1.9.2~rc2
       new  4a05cad   refresh patches
       new  134792b   Add dfsg to version
       new  f024e1a   Push 1.9.2+dfsg.1~rc2-1 to unstable
       new  fab0eff   Patch for restrict on float issue
       new  8b7b998   New dfsg release. 1.7.1
       new  68f08c4   upstream 1.9.2
       new  cfc1f65   Merge tag 'upstream/1.9.2' into debian/dfsg.1; removed pdfs
       new  7b66d5e   Merge branch 'debian/dfsg.1' into debian/master
       new  3cf32b9   New upstream release
       new  653d96e   disable restrict patch
       new  8475cb5   restrict patch now merged upstream
       new  9e7e993   * Push to unstable * Standards-Version: 4.1.2; no changes required

The 14 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:
 ChangeLog                                |    9 +
 Makefile.am                              |   11 -
 Makefile.in                              |   80 +-
 NEWS                                     |    3 +-
 aclocal.m4                               |  111 +-
 cdo.spec                                 |    2 +-
 config/default                           |    2 +-
 configure                                |  373 +++---
 configure.ac                             |    2 +-
 contrib/Makefile.in                      |   24 +-
 contrib/cdoCompletion.bash               |    1 +
 contrib/cdoCompletion.tcsh               |    1 +
 contrib/cdoCompletion.zsh                |    1 +
 debian/changelog                         |   19 +-
 debian/control                           |    2 +-
 debian/patches/deregister.patch          |   32 +-
 debian/patches/fix_typos.patch           |    6 +-
 debian/patches/fortran-fix.patch         |    6 +-
 debian/patches/ignore.patch              |   10 +-
 debian/patches/off_t-fix.patch           |   12 +-
 debian/patches/ppc64el.patch             |    6 +-
 debian/patches/reproducible-builds.patch |   62 +-
 debian/patches/series                    |    1 +
 doc/cdo_cmor.pdf                         |  Bin 261888 -> 0 bytes
 libcdi/ChangeLog                         |   14 +-
 libcdi/Makefile.in                       |   72 +-
 libcdi/aclocal.m4                        |   71 +-
 libcdi/app/Makefile.in                   |   25 +-
 libcdi/app/cdi.c                         |    5 -
 libcdi/cdi.settings.in                   |   18 +-
 libcdi/configure                         |  373 +++---
 libcdi/examples/Makefile.in              |   25 +-
 libcdi/examples/pio/Makefile.in          |   25 +-
 libcdi/interfaces/Makefile.in            |   25 +-
 libcdi/src/Makefile.in                   |   29 +-
 libcdi/src/cdf_util.c                    |    6 +-
 libcdi/src/cdf_write.c                   |   10 +-
 libcdi/src/cdi.h                         |    7 +-
 libcdi/src/cdi.inc                       |   14 +-
 libcdi/src/cdilib.c                      | 1747 ++++++++++++--------------
 libcdi/src/config.h.in                   |    5 -
 libcdi/src/grb_write.c                   |    6 +-
 libcdi/src/grid.c                        |   61 +-
 libcdi/src/mo_cdi.f90                    |   54 +-
 libcdi/src/stream_cgribex.c              |    2 +-
 libcdi/src/stream_gribapi.c              |  176 +--
 libcdi/tests/Makefile.in                 |   54 +-
 src/Afterburner.cc                       |    2 +-
 src/CMOR.cc                              |  459 ++++---
 src/Change_e5slm.cc                      |    8 +-
 src/Consecstat.cc                        |    6 +-
 src/Copy.cc                              |    4 -
 src/Enlarge.cc                           |    4 +-
 src/Enlargegrid.cc                       |    5 +-
 src/Exprf.cc                             |   86 +-
 src/Fillmiss.cc                          |    4 -
 src/Intgrid.cc                           |    5 +-
 src/Makefile.am                          |    1 +
 src/Makefile.in                          |   38 +-
 src/MapReduce.cc                         |   14 +-
 src/Remap.cc                             |   59 +-
 src/Rotuv.cc                             |   25 +-
 src/Samplegrid.cc                        |   23 +-
 src/Samplegridicon.cc                    |    4 -
 src/Selmulti.cc                          |  175 ++-
 src/Setgrid.cc                           |    5 +-
 src/Setmiss.cc                           |   35 +-
 src/Sinfo.cc                             |    5 +-
 src/Verifygrid.cc                        |  102 +-
 src/WindTrans.cc                         |  131 +-
 src/YAR.cc                               |    9 +-
 src/after_sptrans.cc                     |    4 -
 src/after_vertint.h                      |    8 -
 src/argument.cc                          |   31 +-
 src/cdo.cc                               |   58 +-
 src/cdoDebugOutput.cc                    |   82 +-
 src/cdoDebugOutput.h                     |  112 +-
 src/compare.h                            |    3 +-
 src/config.h.in                          |    5 -
 src/expr.cc                              |   86 +-
 src/expr.h                               |    2 -
 src/expr_lex.cc                          |  387 +++---
 src/expr_yacc.cc                         |  299 ++---
 src/expr_yacc.h                          |    4 +-
 src/grid_area.cc                         |    4 -
 src/grid_define.cc                       |   27 +-
 src/grid_proj.h                          |   12 +-
 src/grid_read.cc                         |    4 +-
 src/grid_rot.cc                          |   63 +-
 src/grid_search.cc                       |  393 +++++-
 src/grid_search.h                        |   49 +-
 src/griddes.cc                           |   13 +-
 src/kdtreelib/kdtree.h                   |   56 +-
 src/kdtreelib/kdtree_cartesian.cc        |   16 +-
 src/kdtreelib/kdtree_common.cc           |  168 ++-
 src/kdtreelib/kdtree_spherical.cc        |  118 +-
 src/lib/ncl/Makefile.in                  |   24 +-
 src/modules.cc                           |  129 +-
 src/nanoflann.hpp                        | 1998 ++++++++++++++++++++++++++++++
 src/pipe.cc                              |   63 +-
 src/pipe.h                               |    3 -
 src/printinfo.h                          |   53 +-
 src/process.cc                           |   34 +-
 src/pstream.cc                           |    8 +-
 src/pthread_debug.cc                     |   41 +-
 src/remap.h                              |    2 +-
 src/remap_bilinear_scrip.cc              |   20 +-
 src/remap_conserv.cc                     |    4 -
 src/remaplib.cc                          |  122 +-
 src/text.h                               |   25 +-
 src/util.cc                              |    1 -
 src/util.h                               |    2 -
 src/zaxis.cc                             |    9 +-
 test/Afterburner.test.in                 |   18 +-
 test/Arith.test.in                       |   10 +-
 test/Arithc.test.in                      |    2 +-
 test/Cat.test.in                         |    6 +-
 test/Collgrid.test.in                    |   11 +-
 test/Comp.test.in                        |   13 +-
 test/Compc.test.in                       |    8 +-
 test/Copy_netcdf.test.in                 |    8 +-
 test/Detrend.test.in                     |   16 +-
 test/EOF.test.in                         |   17 +-
 test/Enspctl.test.in                     |   11 +-
 test/Ensstat.test.in                     |   11 +-
 test/Expr.test.in                        |    9 +-
 test/File.test.in                        |   12 +-
 test/Fldpctl.test.in                     |    8 +-
 test/Fldstat.test.in                     |    8 +-
 test/Genweights.test.in                  |    9 +-
 test/Gradsdes.test.in                    |    4 +-
 test/Gridarea.test.in                    |    6 +-
 test/Gridboxstat.test.in                 |    7 +-
 test/Makefile.am                         |    5 +-
 test/Makefile.in                         |   74 +-
 test/MapReduce.test.in                   |   12 +-
 test/Mergetime.test.in                   |    8 +-
 test/Merstat.test.in                     |    6 +-
 test/Multiyearstat.test.in               |    8 +-
 test/Ninfo.test.in                       |   21 +-
 test/Read_grib.test.in                   |    4 +-
 test/Read_netcdf.test.in                 |    4 +-
 test/Remap.test.in                       |   13 +-
 test/Remap2.test.in                      |   10 +-
 test/Remapeta.test.in                    |    6 +-
 test/Runstat.test.in                     |    6 +-
 test/Seasstat.test.in                    |    6 +-
 test/Select.test.in                      |    6 +-
 test/Spectral.test.in                    |   22 +-
 test/Timselstat.test.in                  |    6 +-
 test/Timstat.test.in                     |    9 +-
 test/Vertint.test.in                     |    6 +-
 test/Vertstat.test.in                    |    6 +-
 test/Ydrunstat.test.in                   |    6 +-
 test/Zonstat.test.in                     |    6 +-
 test/data/Makefile.am                    |   17 +-
 test/data/Makefile.in                    |   43 +-
 test/data/n16_con2_ref                   |  Bin 0 -> 8240 bytes
 test/data/n32_con2_ref                   |  Bin 0 -> 32816 bytes
 test/data/tsurf_spain_con2_def_ref       |  Bin 0 -> 1488 bytes
 test/data/tsurf_spain_con2_off_ref       |  Bin 0 -> 1488 bytes
 test/data/tsurf_spain_con2_on_ref        |  Bin 0 -> 1488 bytes
 test/data/tsurf_spain_dis_off_ref        |  Bin 1488 -> 1488 bytes
 test/threads.test.in                     |    8 +-
 test/tsformat.test.in                    |   13 +-
 test/wildcard.test.in                    |    8 +-
 166 files changed, 6174 insertions(+), 3710 deletions(-)
 delete mode 100644 doc/cdo_cmor.pdf
 create mode 100644 src/nanoflann.hpp
 create mode 100644 test/data/n16_con2_ref
 create mode 100644 test/data/n32_con2_ref
 create mode 100644 test/data/tsurf_spain_con2_def_ref
 create mode 100644 test/data/tsurf_spain_con2_off_ref
 create mode 100644 test/data/tsurf_spain_con2_on_ref

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git



More information about the debian-science-commits mailing list