[cdo] branch debian/master updated (708e86c -> c9ae2a5)

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 11 11:15:20 UTC 2016


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

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

      from  708e86c   Further hostname fix for reproducible build
      adds  44c5431   New upstream 1.7.0
      adds  8ef7227   Merge tag 'upstream/1.7.0' into debian/master
      adds  c4b50e7   New upstream build.
      adds  4cc687f   refresh patches
      adds  1c2ba1f   further fixes for reproducibility
      adds  6a37329   Release
      adds  e68f4b0   * Change B-D to libpng-dev for png16 transition. Closes: #810171 * Add szlib support using libaec-dev.
      adds  2b1c65f   * Drop libjasper, use openjpeg instead, as jasper is jasper is being removed   from Debian (obsolete; insecure). * Drop hppa-specific build options; grib-api now builds on grib-api. * Standards-Version: 3.9.7; no changes required.
       new  a065af6   Enable CMOR support.
       new  0d3399c   Bugfix for FTBFS with libc 2.23. Closes: #818826.
       new  f7d7e8a   Workaround for hppa FTBFS (GCC ICE). Closes: #790393.
      adds  f305ea5   upstream 1.7.1
       new  ec6c4b6   * New upstream release * Standards-Version: 3.9.8
       new  9b41484    - gotocc-fix.patch removed
       new  6f95a67   Add include/cdTime to includes dirs
       new  01cdb85   Prep for  release
       new  12c34da   Disable experimental cmor support
       new  a424195   Now use openjpeg2 not openjpeg
       new  d2a82e6   Remove obsolete dependencies on openjpeg and libpng. Closes: #826809
       new  03c5fa6   New upstream 1.7.2
       new  f6b9506   Merge upstream 1.7.2
       new  614ea28   New upstream release 1.7.2;
       new  db9da6c   refresh patches
       new  2c6f892   Prep  1.7.2+dfsg.1-1 for release
       new  c9ae2a5   Now cdo recommends: python*-cdo.

The 16 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:
 AUTHORS                                        |     1 -
 ChangeLog                                      |   390 +-
 Makefile.am                                    |     2 +-
 Makefile.in                                    |     8 +-
 NEWS                                           |    74 +
 OPERATORS                                      |   143 +-
 cdo.settings.in                                |     8 +-
 cdo.spec                                       |     2 +-
 config/default                                 |   298 +-
 configure                                      |  1319 +-
 configure.ac                                   |    49 +-
 contrib/Makefile.am                            |    22 +-
 contrib/Makefile.in                            |    28 +-
 contrib/cdoCompletion.bash                     |   104 +-
 contrib/cdoCompletion.tcsh                     |   104 +-
 contrib/cdoCompletion.zsh                      |   104 +-
 contrib/makecompl.rb                           |    15 +-
 contrib/python/cdo.py                          |   422 -
 debian/changelog                               |    58 +
 debian/control                                 |    13 +-
 debian/patches/build-fixes.patch               |    17 -
 debian/patches/deregister.patch                |    46 +-
 debian/patches/fix_typos.patch                 |     5 +
 debian/patches/gotocc-fix.patch                |    19 -
 debian/patches/hppa_gomp_bug.patch             |    31 +
 debian/patches/ignore.patch                    |     8 +-
 debian/patches/libc-2.23-fixes.patch           |    19 +
 debian/patches/ppc64el.patch                   |     8 +-
 debian/patches/reproducible-builds.patch       |   159 +-
 debian/patches/series                          |     3 +-
 debian/patches/str2uuid.patch                  |     5 -
 debian/rules                                   |    19 +-
 libcdi/AUTHORS                                 |     7 +
 libcdi/ChangeLog                               |   120 +
 libcdi/Makefile.am                             |     6 +
 libcdi/Makefile.in                             |    19 +-
 libcdi/NEWS                                    |    12 +
 libcdi/acinclude.m4                            |    16 -
 libcdi/aclocal.m4                              |     4 +
 libcdi/app/Makefile.am                         |     5 +
 libcdi/app/Makefile.in                         |    22 +-
 libcdi/app/cdi.c                               |   105 +-
 libcdi/app/createtable.c                       |    17 +-
 libcdi/app/printinfo.h                         |   256 +-
 libcdi/cdi.settings.in                         |     8 -
 libcdi/config/config.guess                     |   324 +-
 libcdi/config/config.sub                       |    79 +-
 libcdi/config/default                          |    70 +-
 libcdi/configure                               | 33942 +++++++++--------
 libcdi/configure.ac                            |    98 +-
 libcdi/examples/Makefile.am                    |     6 +-
 libcdi/examples/Makefile.in                    |    24 +-
 libcdi/examples/pio/Makefile.am                |     5 +
 libcdi/examples/pio/Makefile.in                |    24 +-
 libcdi/examples/pio/collectData.c              |    60 +-
 libcdi/examples/pio/collectDataNStreams.c      |    24 +-
 libcdi/examples/pio/compareResourcesArray.c    |    14 +-
 libcdi/interfaces/Makefile.am                  |     6 +-
 libcdi/interfaces/Makefile.in                  |    19 +-
 libcdi/interfaces/cdi.hpp                      |     2 +-
 libcdi/interfaces/f2003/bindGen.rb             |   918 +-
 libcdi/interfaces/python/CdiObj.py             |   704 +-
 libcdi/interfaces/python/cdiobj_wrap.cpp       | 19864 +++++-----
 libcdi/m4/acx_cfortran_flags.m4                |   171 +
 libcdi/m4/acx_check_cfortran.m4                |   275 +
 libcdi/m4/acx_check_strptr_convert.m4          |     5 +-
 libcdi/m4/acx_lt_problems.m4                   |    96 +
 libcdi/m4/acx_options.m4                       |   133 +-
 libcdi/m4/kpse_libtool.m4                      |    37 +
 libcdi/m4/starlink_fpp.m4                      |     9 +-
 libcdi/src/Makefile.am                         |    80 +-
 libcdi/src/Makefile.in                         |   803 +-
 libcdi/src/binary.c                            |    95 +-
 libcdi/src/binary.h                            |    14 +-
 libcdi/src/calendar.c                          |   134 +-
 libcdi/src/calendar.h                          |    14 +-
 libcdi/src/cdf.c                               |    38 +-
 libcdi/src/cdf.h                               |     2 +
 libcdi/src/cdf_int.c                           |   246 +-
 libcdi/src/cdf_int.h                           |     3 +
 libcdi/src/cdf_read.c                          |   718 +
 libcdi/src/cdf_write.c                         |  1272 +
 libcdi/src/cdi.h                               |   339 +-
 libcdi/src/cdi.inc                             |   337 +-
 libcdi/src/cdiFortran.c                        |   158 +-
 libcdi/src/cdi_cksum.c                         |    10 +
 libcdi/src/cdi_cksum.h                         |    10 +
 libcdi/src/cdi_error.c                         |     5 +-
 libcdi/src/cdi_int.c                           |   126 +-
 libcdi/src/cdi_int.h                           |   178 +-
 libcdi/src/cdi_limits.h                        |     7 +-
 libcdi/src/cdi_util.c                          |   117 +-
 libcdi/src/cdi_uuid.h                          |    42 +
 libcdi/src/cdilib.c                            | 46154 ++++++++++++-----------
 libcdi/src/cdipio.h                            |   125 +-
 libcdi/src/cdipio.inc                          |   130 +-
 libcdi/src/cdipioFortran.c                     |    59 +
 libcdi/src/cfortran.h                          |   329 +-
 libcdi/src/cgribex.h                           |    15 +-
 libcdi/src/cgribexlib.c                        |  3220 +-
 libcdi/src/cksum.c                             |     3 +-
 libcdi/src/cksum.h                             |     9 +
 libcdi/src/config.h.in                         |    64 +-
 libcdi/src/create_uuid.h                       |    13 -
 libcdi/src/datetime.h                          |    13 +
 libcdi/src/dmemory.c                           |   343 +-
 libcdi/src/dmemory.h                           |    58 +-
 libcdi/src/dtypes.h                            |     6 +-
 libcdi/src/error.c                             |    16 +-
 libcdi/src/error.h                             |    10 +-
 libcdi/src/exse.h                              |     9 +
 libcdi/src/extralib.c                          |   190 +-
 libcdi/src/file.c                              |    77 +-
 libcdi/src/gaussgrid.c                         |    20 +-
 libcdi/src/gaussgrid.h                         |    10 +-
 libcdi/src/grb_read.c                          |   239 +
 libcdi/src/grb_write.c                         |   258 +
 libcdi/src/gribapi.c                           |    19 +-
 libcdi/src/gribapi.h                           |    35 +-
 libcdi/src/gribapi_utilities.c                 |   224 +-
 libcdi/src/gribapi_utilities.h                 |    13 +-
 libcdi/src/grid.c                              |  2693 +-
 libcdi/src/grid.h                              |    96 +-
 libcdi/src/ieg.h                               |    28 +-
 libcdi/src/ieglib.c                            |   344 +-
 libcdi/src/input_file.c                        |    39 +-
 libcdi/src/input_file.h                        |    14 +-
 libcdi/src/institution.c                       |    27 +-
 libcdi/src/iterator.c                          |   550 +-
 libcdi/src/iterator.h                          |    16 +-
 libcdi/src/iterator_fallback.c                 |   255 +-
 libcdi/src/iterator_fallback.h                 |    51 +-
 libcdi/src/iterator_grib.c                     |   458 +-
 libcdi/src/iterator_grib.h                     |    52 +-
 libcdi/src/mo_cdi.f90                          | 14485 ++++---
 libcdi/src/model.c                             |    29 +-
 libcdi/src/namespace.c                         |    58 +-
 libcdi/src/namespace.h                         |    18 +-
 libcdi/src/pio.c                               |   153 -
 libcdi/src/pio.h                               |     8 +-
 libcdi/src/pio_cdf_int.c                       |     4 +-
 libcdi/src/pio_cdf_int.h                       |    12 +-
 libcdi/src/pio_client.c                        |   259 +-
 libcdi/src/pio_client.h                        |    10 +
 libcdi/src/pio_comm.c                          |   846 +-
 libcdi/src/pio_comm.h                          |    93 +-
 libcdi/src/pio_conf.c                          |   296 +
 libcdi/src/pio_conf.h                          |    87 +
 libcdi/src/pio_dbuffer.c                       |     8 +-
 libcdi/src/pio_id_set.h                        |    67 +
 libcdi/src/pio_impl.h                          |    28 +-
 libcdi/src/pio_interface.c                     |   835 +-
 libcdi/src/pio_interface.h                     |    10 +-
 libcdi/src/pio_list_set.c                      |    11 +-
 libcdi/src/pio_mpi_fw_at_all.c                 |   232 +
 libcdi/src/pio_mpi_fw_at_reblock.c             |   562 +
 libcdi/src/pio_mpi_fw_ordered.c                |   211 +
 libcdi/src/pio_mpinonb.c                       |   109 +-
 libcdi/src/pio_posixasynch.c                   |    81 +-
 libcdi/src/pio_posixfpguardsendrecv.c          |   174 +-
 libcdi/src/pio_posixnonb.c                     |   190 +-
 libcdi/src/pio_record_send.c                   |    68 +-
 libcdi/src/pio_roles.c                         |   132 +
 libcdi/src/pio_rpc.c                           |    60 +
 libcdi/src/pio_rpc.h                           |    85 +-
 libcdi/src/pio_serialize.c                     |     6 +-
 libcdi/src/pio_serialize.h                     |    12 +-
 libcdi/src/pio_server.c                        |  1824 +-
 libcdi/src/pio_server.h                        |     4 +-
 libcdi/src/pio_util.c                          |    71 +-
 libcdi/src/pio_util.h                          |    13 +-
 libcdi/src/pkgconfig/cdi.pc.in                 |     7 +-
 libcdi/src/pkgconfig/cdipio.pc.in              |     7 +-
 libcdi/src/proprietarySystemWorkarounds.c      |    45 -
 libcdi/src/proprietarySystemWorkarounds.h      |     8 -
 libcdi/src/referenceCounting.c                 |    19 +-
 libcdi/src/referenceCounting.h                 |    12 +-
 libcdi/src/resource_handle.c                   |    27 +-
 libcdi/src/resource_handle.h                   |     5 +-
 libcdi/src/resource_unpack.c                   |    17 +-
 libcdi/src/resource_unpack.h                   |    14 +-
 libcdi/src/serialize.c                         |    10 +
 libcdi/src/serialize.h                         |    10 +-
 libcdi/src/service.h                           |    20 +-
 libcdi/src/servicelib.c                        |   245 +-
 libcdi/src/stream.c                            |  1129 +-
 libcdi/src/stream_cdf.c                        |  6105 ++-
 libcdi/src/stream_cdf.h                        |    12 +-
 libcdi/src/stream_cgribex.c                    |   572 +-
 libcdi/src/stream_cgribex.h                    |     6 +-
 libcdi/src/stream_ext.c                        |    99 +-
 libcdi/src/stream_fcommon.c                    |    10 +-
 libcdi/src/stream_fcommon.h                    |     5 -
 libcdi/src/stream_grb.c                        |   671 +-
 libcdi/src/stream_grb.h                        |    20 +-
 libcdi/src/stream_gribapi.c                    |  1127 +-
 libcdi/src/stream_gribapi.h                    |    10 +-
 libcdi/src/stream_history.c                    |     2 +-
 libcdi/src/stream_ieg.c                        |   233 +-
 libcdi/src/stream_read.c                       |   357 +
 libcdi/src/stream_record.c                     |   212 +-
 libcdi/src/stream_srv.c                        |   199 +-
 libcdi/src/stream_var.c                        |    80 +-
 libcdi/src/stream_write.c                      |   431 +
 libcdi/src/subtype.c                           |   908 +
 libcdi/src/subtype.h                           |   105 +
 libcdi/src/swap.c                              |    29 +-
 libcdi/src/table.c                             |    58 +-
 libcdi/src/table.h                             |   347 +-
 libcdi/src/taxis.c                             |   172 +-
 libcdi/src/taxis.h                             |     4 +-
 libcdi/src/timebase.c                          |    79 +-
 libcdi/src/timebase.h                          |    18 +
 libcdi/src/tsteps.c                            |    38 +-
 libcdi/src/util.c                              |   121 +-
 libcdi/src/varscan.c                           |   791 +-
 libcdi/src/varscan.h                           |    18 +-
 libcdi/src/version.c                           |     4 +-
 libcdi/src/vlist.c                             |   383 +-
 libcdi/src/vlist.h                             |    65 +-
 libcdi/src/vlist_att.c                         |    17 +-
 libcdi/src/vlist_var.c                         |   369 +-
 libcdi/src/zaxis.c                             |   454 +-
 libcdi/src/zaxis.h                             |    18 +-
 libcdi/tables/gen_tableheaderfile.in           |    22 +-
 libcdi/tests/Makefile.am                       |    17 +-
 libcdi/tests/Makefile.in                       |   106 +-
 libcdi/tests/cksum_read.c                      |    14 +-
 libcdi/tests/cksum_verify.c                    |     8 +-
 libcdi/tests/cksum_write.c                     |    69 +-
 libcdi/tests/deco2d_model.c                    |   134 +-
 libcdi/tests/pio_cksum_mpi_fw_at_all.in        |     9 +
 libcdi/tests/pio_cksum_mpi_fw_at_reblock.in    |     9 +
 libcdi/tests/pio_cksum_mpi_fw_ordered.in       |     9 +
 libcdi/tests/pio_write.c                       |   197 +-
 libcdi/tests/pio_write.h                       |     5 +-
 libcdi/tests/pio_write_run.in                  |    22 +-
 libcdi/tests/simple_model.c                    |   124 +-
 libcdi/tests/simple_model_helper.c             |     2 +-
 libcdi/tests/simple_model_helper.h             |    10 +-
 libcdi/tests/stream_cksum.c                    |    10 +-
 libcdi/tests/test_byteswap.c                   |    13 +
 libcdi/tests/test_cdf_read.c                   |    23 +-
 libcdi/tests/test_cdf_write.c                  |    15 +-
 libcdi/tests/test_grib.c                       |    14 +-
 libcdi/tests/test_resource_copy.c              |    31 +-
 libcdi/tests/test_table.c                      |    10 +
 m4/acx_options.m4                              |   190 +-
 src/Adisit.c                                   |    36 +-
 src/Afterburner.c                              |   338 +-
 src/Arith.c                                    |    94 +-
 src/Arithc.c                                   |    57 +-
 src/Arithdays.c                                |    19 +-
 src/Arithlat.c                                 |    12 +-
 src/CDIread.c                                  |    45 +-
 src/CDItest.c                                  |    55 +-
 src/CDIwrite.c                                 |    57 +-
 src/CMOR.c                                     |   690 +
 src/Cat.c                                      |    52 +-
 src/CdoMagicsMapper.c                          |   166 +-
 src/CdoMagicsMapper.h                          |     4 -
 src/Change.c                                   |    20 +-
 src/Change_e5slm.c                             |    20 +-
 src/Cloudlayer.c                               |    71 +-
 src/Collgrid.c                                 |   358 +-
 src/Command.c                                  |    58 +-
 src/Comp.c                                     |    24 +-
 src/Compc.c                                    |    12 +-
 src/Complextorect.c                            |    16 +-
 src/Cond.c                                     |    32 +-
 src/Cond2.c                                    |    36 +-
 src/Condc.c                                    |    12 +-
 src/Consecstat.c                               |    18 +-
 src/Copy.c                                     |    63 +-
 src/Deltime.c                                  |    45 +-
 src/Derivepar.c                                |   168 +-
 src/Detrend.c                                  |    65 +-
 src/Diff.c                                     |   119 +-
 src/Distgrid.c                                 |   192 +-
 src/Duplicate.c                                |    60 +-
 src/EOFs.c                                     |    61 +-
 src/EcaIndices.c                               |   255 +-
 src/Echam5ini.c                                |   108 +-
 src/Enlarge.c                                  |    51 +-
 src/Enlargegrid.c                              |    77 +-
 src/Ensstat.c                                  |    73 +-
 src/Ensstat3.c                                 |    94 +-
 src/Ensval.c                                   |    86 +-
 src/Eof3d.c                                    |    97 +-
 src/Eofcoeff.c                                 |    35 +-
 src/Eofcoeff3d.c                               |    46 +-
 src/Exprf.c                                    |   611 +-
 src/FC.c                                       |    61 +-
 src/Filedes.c                                  |    76 +-
 src/Fillmiss.c                                 |   306 +-
 src/Filter.c                                   |    97 +-
 src/Fldrms.c                                   |    45 +-
 src/Fldstat.c                                  |    56 +-
 src/Fldstat2.c                                 |    85 +-
 src/Fourier.c                                  |    49 +-
 src/Gengrid.c                                  |    21 +-
 src/Gradsdes.c                                 |   104 +-
 src/Gridboxstat.c                              |   161 +-
 src/Gridcell.c                                 |    92 +-
 src/Gridsearch.c                               |     4 +-
 src/Harmonic.c                                 |    39 +-
 src/Hi.c                                       |    34 +-
 src/Histogram.c                                |    36 +-
 src/Importamsr.c                               |    26 +-
 src/Importbinary.c                             |    60 +-
 src/Importcmsaf.c                              |   233 +-
 src/Importobs.c                                |   217 +-
 src/Info.c                                     |    35 +-
 src/Input.c                                    |   102 +-
 src/Intgrid.c                                  |   107 +-
 src/Intgridtraj.c                              |    28 +-
 src/Intlevel.c                                 |   124 +-
 src/Intlevel3d.c                               |   176 +-
 src/Intntime.c                                 |    48 +-
 src/Inttime.c                                  |    44 +-
 src/Intyear.c                                  |    20 +-
 src/Invert.c                                   |   118 +-
 src/Invertlev.c                                |   108 +-
 src/Isosurface.c                               |    31 +-
 src/Kvl.c                                      |    16 +-
 src/Log.c                                      |     4 +-
 src/Maggraph.c                                 |   452 +-
 src/Magplot.c                                  |   924 +-
 src/Magvector.c                                |   348 +-
 src/Makefile.am                                |    52 +-
 src/Makefile.in                                |   589 +-
 src/MapReduce.c                                |   220 +
 src/Maskbox.c                                  |   209 +-
 src/Mastrfu.c                                  |    36 +-
 src/Math.c                                     |   220 +-
 src/Merge.c                                    |    73 +-
 src/Mergegrid.c                                |    42 +-
 src/Mergetime.c                                |    52 +-
 src/Merstat.c                                  |    80 +-
 src/Monarith.c                                 |    48 +-
 src/Mrotuv.c                                   |    52 +-
 src/Mrotuvb.c                                  |   154 +-
 src/Ninfo.c                                    |    39 +-
 src/Nmltest.c                                  |     4 +-
 src/Output.c                                   |    61 +-
 src/Outputgmt.c                                |   950 +-
 src/Pack.c                                     |    12 +-
 src/{Vardup.c => Pardup.c}                     |    79 +-
 src/Pinfo.c                                    |    12 +-
 src/Pressure.c                                 |   189 +-
 src/Regres.c                                   |    36 +-
 src/Remap.c                                    |   325 +-
 src/Remapeta.c                                 |   337 +-
 src/Replace.c                                  |    97 +-
 src/Replacevalues.c                            |     8 +-
 src/Rhopot.c                                   |    36 +-
 src/Rotuv.c                                    |    73 +-
 src/Runpctl.c                                  |    28 +-
 src/Runstat.c                                  |    76 +-
 src/SSOpar.c                                   |   993 -
 src/Seascount.c                                |    43 +-
 src/Seaspctl.c                                 |    54 +-
 src/Seasstat.c                                 |   108 +-
 src/Selbox.c                                   |   590 +-
 src/Select.c                                   |  1065 +-
 src/Seloperator.c                              |    39 +-
 src/Selrec.c                                   |     6 +-
 src/Seltime.c                                  |   288 +-
 src/Selvar.c                                   |   165 +-
 src/Set.c                                      |    12 +-
 src/Setbox.c                                   |    12 +-
 src/Setgatt.c                                  |     8 +-
 src/Setgrid.c                                  |   125 +-
 src/Sethalo.c                                  |    96 +-
 src/Setmiss.c                                  |     8 +-
 src/Setpartab.c                                |   182 +-
 src/Setrcaname.c                               |    36 +-
 src/Settime.c                                  |    89 +-
 src/Setzaxis.c                                 |    20 +-
 src/Showinfo.c                                 |   140 +-
 src/Sinfo.c                                    |    49 +-
 src/Smooth.c                                   |   516 +
 src/Smooth9.c                                  |   311 -
 src/Sort.c                                     |   108 +-
 src/Sorttimestamp.c                            |    24 +-
 src/Specinfo.c                                 |     4 +-
 src/Spectral.c                                 |    70 +-
 src/Spectrum.c                                 |    44 +-
 src/Split.c                                    |   100 +-
 src/Splitrec.c                                 |    34 +-
 src/Splitsel.c                                 |    53 +-
 src/Splittime.c                                |    65 +-
 src/Splityear.c                                |   114 +-
 src/StringUtilities.c                          |    85 +-
 src/StringUtilities.h                          |     7 +-
 src/Subtrend.c                                 |    14 +-
 src/Tee.c                                      |    42 +-
 src/Templates.c                                |    66 +-
 src/Test.c                                     |    20 +-
 src/Tests.c                                    |    12 +-
 src/Timcount.c                                 |    20 +-
 src/Timedt.c                                   |   121 +
 src/Timpctl.c                                  |    20 +-
 src/Timselpctl.c                               |    22 +-
 src/Timselstat.c                               |    63 +-
 src/Timsort.c                                  |    38 +-
 src/Timstat.c                                  |   357 +-
 src/Timstat2.c                                 |    80 +-
 src/Timstat3.c                                 |    89 +-
 src/Tinfo.c                                    |    79 +-
 src/Tocomplex.c                                |    12 +-
 src/Transpose.c                                |    20 +-
 src/Trend.c                                    |    36 +-
 src/Trms.c                                     |    36 +-
 src/Tstepcount.c                               |    28 +-
 src/Vargen.c                                   |   366 +-
 src/Varrms.c                                   |    27 +-
 src/Verifygrid.c                               |   796 +
 src/Vertcum.c                                  |   247 +
 src/Vertintap.c                                |   336 +-
 src/Vertintml.c                                |   279 +-
 src/Vertstat.c                                 |   141 +-
 src/Vertwind.c                                 |    49 +-
 src/Wct.c                                      |    23 +-
 src/Wind.c                                     |    73 +-
 src/Writegrid.c                                |     8 +-
 src/Writerandom.c                              |    30 +-
 src/XTimstat.c                                 |   595 +
 src/YAR.c                                      |   106 +-
 src/Ydayarith.c                                |   141 +-
 src/Ydaypctl.c                                 |    85 +-
 src/Ydaystat.c                                 |   159 +-
 src/Ydrunpctl.c                                |    58 +-
 src/Ydrunstat.c                                |    66 +-
 src/Yearmonstat.c                              |    30 +-
 src/Yhourarith.c                               |    44 +-
 src/Yhourstat.c                                |    47 +-
 src/Ymonarith.c                                |    74 +-
 src/Ymonpctl.c                                 |    92 +-
 src/Ymonstat.c                                 |    47 +-
 src/Yseaspctl.c                                |   131 +-
 src/Yseasstat.c                                |   135 +-
 src/Zonstat.c                                  |    75 +-
 src/after_dvtrans.c                            |     6 +-
 src/after_fctrans.c                            |    28 +-
 src/after_namelist.c                           |     8 +-
 src/after_sptrans.c                            |    72 +-
 src/after_vertint.c                            |   206 +-
 src/after_vertint.h                            |     6 +-
 src/afterburner.h                              |     3 +
 src/afterburnerlib.c                           |   336 +-
 {libcdi/src => src}/calendar.h                 |    14 +-
 src/cdi_uuid.h                                 |    42 +
 src/cdo.c                                      |   590 +-
 src/cdo.h                                      |     8 +-
 src/cdo_getopt.c                               |    12 +-
 src/cdo_getopt.h                               |     2 +-
 src/cdo_history.c                              |    80 +-
 src/cdo_int.h                                  |    62 +-
 src/cdo_pthread.c                              |     2 +-
 src/cdo_task.c                                 |   233 +
 src/cdo_task.h                                 |     9 +
 src/cdo_vlist.c                                |   321 +-
 src/cdotest.c                                  |    28 +-
 src/clipping/area.c                            |     8 +-
 src/clipping/clipping.c                        |    42 +-
 src/clipping/geometry.h                        |     8 +
 src/clipping/grid.h                            |     2 +-
 src/clipping/grid_cell.c                       |     8 +-
 src/clipping/intersection.c                    |    44 +-
 src/clipping/utils.c                           |     4 +-
 src/clipping/utils.h                           |     2 +-
 src/color.c                                    |     7 +-
 src/commandline.c                              |    70 +-
 src/compare.h                                  |     2 +-
 src/config.h.in                                |    45 +-
 src/datetime.c                                 |   137 +-
 src/datetime.h                                 |    27 +-
 src/dmemory.h                                  |    54 +-
 src/dtypes.h                                   |    48 -
 src/ecacore.c                                  |   264 +-
 src/error.h                                    |    49 +
 src/exception.c                                |   113 +-
 src/expr.c                                     |  1907 +-
 src/expr.h                                     |   187 +-
 src/expr_fun.c                                 |    76 +
 src/{pstream_int.h => expr_fun.h}              |    15 +-
 src/expr_lex.c                                 |   385 +-
 src/expr_yacc.c                                |  1257 +-
 src/expr_yacc.h                                |    90 +-
 src/features.c                                 |    47 +-
 src/field.c                                    |   319 +-
 src/field.h                                    |   133 +-
 src/field2.c                                   |   894 +-
 src/fieldc.c                                   |    28 +-
 src/fieldmem.c                                 |   102 +-
 src/fieldmer.c                                 |   169 +-
 src/fieldzon.c                                 |   169 +-
 src/functs.h                                   |    11 +-
 src/gradsdeslib.c                              |    85 +-
 src/gradsdeslib.h                              |     2 +-
 src/grid.c                                     |   590 +-
 src/grid.h                                     |    24 +-
 src/grid_area.c                                |    77 +-
 src/grid_gme.c                                 |   181 +-
 src/grid_lcc.c                                 |     2 +-
 src/grid_rot.c                                 |    14 +-
 src/grid_search.c                              |   664 +
 src/grid_search.h                              |    67 +
 src/griddes.c                                  |   369 +-
 src/griddes_h5.c                               |    16 +-
 src/griddes_nc.c                               |    74 +-
 src/gridreference.c                            |     4 +-
 src/hetaeta.c                                  |   486 +-
 src/hetaeta.h                                  |     4 +
 src/institution.c                              |    19 +-
 src/interpol.c                                 |   341 +-
 src/job.c                                      |    45 +-
 src/juldate.c                                  |    23 +-
 src/kdtreelib/kdtree.h                         |   192 +
 src/kdtreelib/kdtree_cartesian.c               |   508 +
 src/kdtreelib/kdtree_common.c                  |   325 +
 src/kdtreelib/kdtree_spherical.c               |   687 +
 src/kdtreelib/pmergesort.c                     |   158 +
 src/kdtreelib/pqueue.c                         |   533 +
 src/kdtreelib/pqueue.h                         |    24 +
 src/kvlist.c                                   |    21 +-
 src/kvlist.h                                   |     2 +-
 src/list.c                                     |    12 +-
 src/list.h                                     |     2 +-
 src/magics_template_parser.c                   |    92 +-
 src/magics_template_parser.h                   |    13 +-
 src/merge_sort2.c                              |    18 +-
 src/merge_sort2.h                              |     7 +-
 src/modules.c                                  |   876 +-
 src/modules.h                                  |     5 +-
 src/namelist.c                                 |    42 +-
 src/namelist.h                                 |     2 +-
 src/nearpt3c.h                                 |    17 +
 src/normal.c                                   |     1 +
 src/nth_element.c                              |    11 +-
 src/nth_element.h                              |     2 +-
 src/operator_help.h                            |  1646 +-
 src/percentiles.c                              |   491 +-
 src/percentiles.h                              |    54 +-
 src/{percentiles.c => percentiles_hist.c}      |    42 +-
 src/{percentiles.h => percentiles_hist.h}      |     6 +-
 src/pipe.c                                     |    45 +-
 src/pipe.h                                     |     2 +-
 src/pmlist.c                                   |   366 +
 src/pmlist.h                                   |    88 +
 src/printinfo.h                                |   257 +-
 src/process.c                                  |   166 +-
 src/process.h                                  |     2 +-
 src/pstream.c                                  |   959 +-
 src/pstream.h                                  |     6 +-
 src/pstream_int.h                              |     2 +-
 src/pstream_write.h                            |     2 +-
 src/pthread_debug.c                            |    11 +-
 src/readline.c                                 |    13 +-
 src/realtime.c                                 |     2 +-
 src/remap.h                                    |    40 +-
 src/remap_bicubic_scrip.c                      |    45 +-
 src/remap_bilinear_scrip.c                     |    67 +-
 src/remap_conserv.c                            |   686 +-
 src/remap_conserv_scrip.c                      |   112 +-
 src/remap_distwgt.c                            |   563 +
 src/remap_distwgt_scrip.c                      |   513 -
 src/remap_scrip_io.c                           |   220 +-
 src/remap_search_latbins.c                     |    18 +-
 src/remap_search_reg2d.c                       |    17 +-
 src/remap_store_link.c                         |   197 +-
 src/remap_store_link.h                         |    20 +-
 src/remap_store_link_cnsrv.c                   |    22 +-
 src/remaplib.c                                 |   377 +-
 src/remapsort.c                                |    41 +-
 src/results_template_parser.c                  |    64 +-
 src/results_template_parser.h                  |     9 +-
 src/specspace.c                                |    67 +-
 src/statistic.c                                |    58 +-
 src/statistic.h                                |     4 +
 src/stdnametable.c                             |     6 +-
 src/table.c                                    |    33 +-
 src/template_parser.c                          |   203 +-
 src/template_parser.h                          |    18 +-
 src/text.c                                     |     2 +-
 src/text.h                                     |     2 +
 src/timebase.h                                 |    18 +
 src/timer.c                                    |     2 +-
 src/userlog.c                                  |   135 +-
 src/uthash.h                                   |   966 +
 src/util.c                                     |   316 +-
 src/util.h                                     |    37 +-
 src/zaxis.c                                    |    39 +-
 test/Afterburner.test.in                       |    21 +-
 test/Arith.test.in                             |    84 +-
 test/{Arith.test.in => Arithc.test.in}         |     4 +-
 test/Cat.test.in                               |     4 +-
 test/{Copy_netcdf.test.in => Collgrid.test.in} |    28 +-
 test/Copy_netcdf.test.in                       |    10 +-
 test/Detrend.test.in                           |     4 +-
 test/Enspctl.test.in                           |    47 +
 test/{Timstat.test.in => Ensstat.test.in}      |    17 +-
 test/Expr.test.in                              |    64 +
 test/File.test.in                              |    80 +-
 test/Fldpctl.test.in                           |    45 +
 test/{Timstat.test.in => Fldstat.test.in}      |    17 +-
 test/Genweights.test.in                        |    48 +-
 test/Gradsdes.test.in                          |     4 +-
 test/Gridarea.test.in                          |    22 +-
 test/Makefile.am                               |     7 +-
 test/Makefile.in                               |    55 +-
 test/MapReduce.test.in                         |    50 +
 test/Ninfo.test.in                             |    61 +
 test/Read_grib.test.in                         |     8 +-
 test/Read_netcdf.test.in                       |     4 +-
 test/Remap.test.in                             |    38 +-
 test/Select.test.in                            |     4 +-
 test/Spectral.test.in                          |     4 +-
 test/Timstat.test.in                           |     4 +-
 test/Vertint.test.in                           |     4 +-
 test/{Timstat.test.in => Ymonstat.test.in}     |    12 +-
 test/data/Makefile.am                          |    15 +-
 test/data/Makefile.in                          |    21 +-
 test/data/aexpr1_ref                           |   Bin 0 -> 16800 bytes
 test/data/aexpr2_ref                           |   Bin 0 -> 16800 bytes
 test/data/arith1.srv                           |   Bin 0 -> 5184 bytes
 test/data/arithadd_ref                         |   Bin 0 -> 5184 bytes
 test/data/arithdiv_ref                         |   Bin 0 -> 5184 bytes
 test/data/arithmask.srv                        |   Bin 0 -> 864 bytes
 test/data/arithmul_ref                         |   Bin 0 -> 5184 bytes
 test/data/arithsub_ref                         |   Bin 0 -> 5184 bytes
 test/data/datac.nc                             |   Bin 0 -> 7012 bytes
 test/data/datag.nc                             |   Bin 0 -> 704 bytes
 test/data/datar.nc                             |   Bin 0 -> 1156 bytes
 test/data/datau.nc                             |   Bin 0 -> 6884 bytes
 test/data/enspctl100_ref                       |   Bin 0 -> 624 bytes
 test/data/enspctl1_ref                         |   Bin 0 -> 624 bytes
 test/data/enspctl20_ref                        |   Bin 0 -> 624 bytes
 test/data/enspctl25_ref                        |   Bin 0 -> 624 bytes
 test/data/enspctl33_ref                        |   Bin 0 -> 624 bytes
 test/data/enspctl50_ref                        |   Bin 0 -> 624 bytes
 test/data/enspctl66_ref                        |   Bin 0 -> 624 bytes
 test/data/enspctl75_ref                        |   Bin 0 -> 624 bytes
 test/data/enspctl80_ref                        |   Bin 0 -> 624 bytes
 test/data/enspctl99_ref                        |   Bin 0 -> 624 bytes
 test/data/expr1.srv                            |   Bin 0 -> 6048 bytes
 test/data/expr1_ref                            |   Bin 0 -> 6720 bytes
 test/data/expr2_ref                            |   Bin 0 -> 6720 bytes
 test/data/fldavg_ref                           |   Bin 0 -> 104 bytes
 test/data/fldmax_ref                           |   Bin 0 -> 104 bytes
 test/data/fldmean_ref                          |   Bin 0 -> 104 bytes
 test/data/fldmin_ref                           |   Bin 0 -> 104 bytes
 test/data/fldpctl100_ref                       |   Bin 0 -> 104 bytes
 test/data/fldpctl1_ref                         |   Bin 0 -> 104 bytes
 test/data/fldpctl20_ref                        |   Bin 0 -> 104 bytes
 test/data/fldpctl25_ref                        |   Bin 0 -> 104 bytes
 test/data/fldpctl33_ref                        |   Bin 0 -> 104 bytes
 test/data/fldpctl50_ref                        |   Bin 0 -> 104 bytes
 test/data/fldpctl66_ref                        |   Bin 0 -> 104 bytes
 test/data/fldpctl75_ref                        |   Bin 0 -> 104 bytes
 test/data/fldpctl80_ref                        |   Bin 0 -> 104 bytes
 test/data/fldpctl99_ref                        |   Bin 0 -> 104 bytes
 test/data/fldstd1_ref                          |   Bin 0 -> 104 bytes
 test/data/fldstd_ref                           |   Bin 0 -> 104 bytes
 test/data/fldsum_ref                           |   Bin 0 -> 104 bytes
 test/data/fldvar1_ref                          |   Bin 0 -> 104 bytes
 test/data/fldvar_ref                           |   Bin 0 -> 104 bytes
 test/data/grib_testfile01_sinfo_ref            |     2 +-
 test/data/grib_testfile02_sinfo_ref            |     2 +-
 test/data/grib_testfile03.grb                  |   Bin 0 -> 71864 bytes
 test/data/grib_testfile03_info_ref             |     2 +
 test/data/grib_testfile03_sinfo_ref            |    12 +
 test/data/griddes.icon_cell                    |   174 +
 test/data/griddes.r18x9                        |   199 +
 test/data/icon_cell_grid                       |   Bin 0 -> 7636 bytes
 test/data/netcdf_testfile01_sinfon_ref         |     4 +-
 test/data/netcdf_testfile02_sinfon_ref         |     4 +-
 test/data/r18x9_grid                           |   Bin 0 -> 408 bytes
 test/data/thread1_ref                          |   Bin 0 -> 312 bytes
 test/data/tsformat1_ref                        |   Bin 0 -> 312 bytes
 test/data/ymonavg_ref                          |   Bin 0 -> 624 bytes
 test/data/ymonmax_ref                          |   Bin 0 -> 624 bytes
 test/data/ymonmean_ref                         |   Bin 0 -> 624 bytes
 test/data/ymonmin_ref                          |   Bin 0 -> 624 bytes
 test/data/ymonstd1_ref                         |   Bin 0 -> 624 bytes
 test/data/ymonstd_ref                          |   Bin 0 -> 624 bytes
 test/data/ymonsum_ref                          |   Bin 0 -> 624 bytes
 test/data/ymonvar1_ref                         |   Bin 0 -> 624 bytes
 test/data/ymonvar_ref                          |   Bin 0 -> 624 bytes
 test/threads.test.in                           |    55 +
 test/tsformat.test.in                          |    94 +
 test/wildcard.test.in                          |     4 +-
 693 files changed, 114644 insertions(+), 95560 deletions(-)
 delete mode 100644 contrib/python/cdo.py
 delete mode 100644 debian/patches/build-fixes.patch
 delete mode 100644 debian/patches/gotocc-fix.patch
 create mode 100644 debian/patches/hppa_gomp_bug.patch
 create mode 100644 debian/patches/libc-2.23-fixes.patch
 delete mode 100644 debian/patches/str2uuid.patch
 create mode 100644 libcdi/m4/acx_cfortran_flags.m4
 create mode 100644 libcdi/m4/acx_check_cfortran.m4
 create mode 100644 libcdi/m4/acx_lt_problems.m4
 create mode 100644 libcdi/m4/kpse_libtool.m4
 create mode 100644 libcdi/src/cdf_read.c
 create mode 100644 libcdi/src/cdf_write.c
 create mode 100644 libcdi/src/cdi_uuid.h
 delete mode 100644 libcdi/src/create_uuid.h
 create mode 100644 libcdi/src/exse.h
 create mode 100644 libcdi/src/grb_read.c
 create mode 100644 libcdi/src/grb_write.c
 create mode 100644 libcdi/src/pio_conf.c
 create mode 100644 libcdi/src/pio_conf.h
 create mode 100644 libcdi/src/pio_id_set.h
 create mode 100644 libcdi/src/pio_mpi_fw_at_all.c
 create mode 100644 libcdi/src/pio_mpi_fw_at_reblock.c
 create mode 100644 libcdi/src/pio_mpi_fw_ordered.c
 create mode 100644 libcdi/src/pio_roles.c
 create mode 100644 libcdi/src/pio_rpc.c
 delete mode 100644 libcdi/src/proprietarySystemWorkarounds.c
 delete mode 100644 libcdi/src/proprietarySystemWorkarounds.h
 create mode 100644 libcdi/src/stream_read.c
 create mode 100644 libcdi/src/stream_write.c
 create mode 100644 libcdi/src/subtype.c
 create mode 100644 libcdi/src/subtype.h
 create mode 100644 libcdi/tests/pio_cksum_mpi_fw_at_all.in
 create mode 100644 libcdi/tests/pio_cksum_mpi_fw_at_reblock.in
 create mode 100644 libcdi/tests/pio_cksum_mpi_fw_ordered.in
 create mode 100644 libcdi/tests/test_byteswap.c
 create mode 100644 libcdi/tests/test_table.c
 create mode 100644 src/CMOR.c
 create mode 100644 src/MapReduce.c
 rename src/{Vardup.c => Pardup.c} (61%)
 delete mode 100644 src/SSOpar.c
 create mode 100644 src/Smooth.c
 delete mode 100644 src/Smooth9.c
 create mode 100644 src/Timedt.c
 create mode 100644 src/Verifygrid.c
 create mode 100644 src/Vertcum.c
 create mode 100644 src/XTimstat.c
 copy {libcdi/src => src}/calendar.h (62%)
 create mode 100644 src/cdi_uuid.h
 create mode 100644 src/cdo_task.c
 create mode 100644 src/cdo_task.h
 delete mode 100644 src/dtypes.h
 create mode 100644 src/expr_fun.c
 copy src/{pstream_int.h => expr_fun.h} (67%)
 create mode 100644 src/grid_search.c
 create mode 100644 src/grid_search.h
 create mode 100644 src/kdtreelib/kdtree.h
 create mode 100644 src/kdtreelib/kdtree_cartesian.c
 create mode 100644 src/kdtreelib/kdtree_common.c
 create mode 100644 src/kdtreelib/kdtree_spherical.c
 create mode 100644 src/kdtreelib/pmergesort.c
 create mode 100644 src/kdtreelib/pqueue.c
 create mode 100644 src/kdtreelib/pqueue.h
 create mode 100644 src/nearpt3c.h
 copy src/{percentiles.c => percentiles_hist.c} (90%)
 copy src/{percentiles.h => percentiles_hist.h} (94%)
 create mode 100644 src/pmlist.c
 create mode 100644 src/pmlist.h
 create mode 100644 src/remap_distwgt.c
 delete mode 100644 src/remap_distwgt_scrip.c
 create mode 100644 src/uthash.h
 copy test/{Arith.test.in => Arithc.test.in} (98%)
 copy test/{Copy_netcdf.test.in => Collgrid.test.in} (58%)
 create mode 100644 test/Enspctl.test.in
 copy test/{Timstat.test.in => Ensstat.test.in} (72%)
 create mode 100644 test/Expr.test.in
 create mode 100644 test/Fldpctl.test.in
 copy test/{Timstat.test.in => Fldstat.test.in} (74%)
 create mode 100644 test/MapReduce.test.in
 create mode 100644 test/Ninfo.test.in
 copy test/{Timstat.test.in => Ymonstat.test.in} (81%)
 create mode 100644 test/data/aexpr1_ref
 create mode 100644 test/data/aexpr2_ref
 create mode 100644 test/data/arith1.srv
 create mode 100644 test/data/arithadd_ref
 create mode 100644 test/data/arithdiv_ref
 create mode 100644 test/data/arithmask.srv
 create mode 100644 test/data/arithmul_ref
 create mode 100644 test/data/arithsub_ref
 create mode 100644 test/data/datac.nc
 create mode 100644 test/data/datag.nc
 create mode 100644 test/data/datar.nc
 create mode 100644 test/data/datau.nc
 create mode 100644 test/data/enspctl100_ref
 create mode 100644 test/data/enspctl1_ref
 create mode 100644 test/data/enspctl20_ref
 create mode 100644 test/data/enspctl25_ref
 create mode 100644 test/data/enspctl33_ref
 create mode 100644 test/data/enspctl50_ref
 create mode 100644 test/data/enspctl66_ref
 create mode 100644 test/data/enspctl75_ref
 create mode 100644 test/data/enspctl80_ref
 create mode 100644 test/data/enspctl99_ref
 create mode 100644 test/data/expr1.srv
 create mode 100644 test/data/expr1_ref
 create mode 100644 test/data/expr2_ref
 create mode 100644 test/data/fldavg_ref
 create mode 100644 test/data/fldmax_ref
 create mode 100644 test/data/fldmean_ref
 create mode 100644 test/data/fldmin_ref
 create mode 100644 test/data/fldpctl100_ref
 create mode 100644 test/data/fldpctl1_ref
 create mode 100644 test/data/fldpctl20_ref
 create mode 100644 test/data/fldpctl25_ref
 create mode 100644 test/data/fldpctl33_ref
 create mode 100644 test/data/fldpctl50_ref
 create mode 100644 test/data/fldpctl66_ref
 create mode 100644 test/data/fldpctl75_ref
 create mode 100644 test/data/fldpctl80_ref
 create mode 100644 test/data/fldpctl99_ref
 create mode 100644 test/data/fldstd1_ref
 create mode 100644 test/data/fldstd_ref
 create mode 100644 test/data/fldsum_ref
 create mode 100644 test/data/fldvar1_ref
 create mode 100644 test/data/fldvar_ref
 create mode 100644 test/data/grib_testfile03.grb
 create mode 100644 test/data/grib_testfile03_info_ref
 create mode 100644 test/data/grib_testfile03_sinfo_ref
 create mode 100644 test/data/griddes.icon_cell
 create mode 100644 test/data/griddes.r18x9
 create mode 100644 test/data/icon_cell_grid
 create mode 100644 test/data/r18x9_grid
 create mode 100644 test/data/thread1_ref
 create mode 100644 test/data/tsformat1_ref
 create mode 100644 test/data/ymonavg_ref
 create mode 100644 test/data/ymonmax_ref
 create mode 100644 test/data/ymonmean_ref
 create mode 100644 test/data/ymonmin_ref
 create mode 100644 test/data/ymonstd1_ref
 create mode 100644 test/data/ymonstd_ref
 create mode 100644 test/data/ymonsum_ref
 create mode 100644 test/data/ymonvar1_ref
 create mode 100644 test/data/ymonvar_ref
 create mode 100644 test/threads.test.in
 create mode 100644 test/tsformat.test.in

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