[cdo] branch debian/master updated (8d36d4a -> faf8bb0)

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 27 14:06:19 UTC 2015


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

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

      from  8d36d4a   Re-include ppc64el build fix patch.
      adds  dacc746   Build against netcdf 4.4.3 in experimental
      adds  f90472a   Merge tag 'dfsg_1.6.5.1'
      adds  0a72ff7   1.6.5.1
      adds  2091cf5   1.6.5.1 release
      adds  60c7435   Merge tag 'dfsg_1.6.6'
      adds  3b31bb4   New release
      adds  322eb3c   S-V 3.9.6
      adds  a5c353a   Remove obsolete build-fix.patch
      adds  8308939   Enable fftw3 support
      adds  fd09245   Upstream 1.6.7
      adds  f454f0a   Merge tag 'upstream_1.6.7'
      adds  1322a59   Update changelog
      adds  f8866de   Merge tag 'upstream_1.6.7' into dfsg
      adds  2ea9ed4   New upstream 1.6.9
      adds  e4919b7   Merge upstream_1.6.9 into dfsg
      adds  bde04ef   Merge tag 'dfsg_1.6.9'
      adds  4c28f9f   prep 1.6.9 for testing
      adds  6368cbe   Add deregister patch to stop finding addrs of registers
      adds  42ec7f6   --all
      adds  8aea370   Merge 1.6.6 changes back to master
      adds  50a2c50   * Enable --with-curl explicitly. * Now link against gribapi on mips as it is available
      adds  c9ef6b2   Explicitly depend on libudunits2-dev
      adds  27d28dd   Re-insert ppc64el build fix patch
      adds  b416a5c     - remove build-fix.patch for str2uuid(), now not needed * B-D on libhdf5-dev | libhdf5-serial-dev
      adds  5cb27bd   Include 1.6.6-4 changes
      adds  fda89b1   Remove pdfs
      adds  60fa661   refresh patches
      adds  39ae388   refresh patches
      adds  895581b   Prep 1.6.9
      adds  75ed8a9   Merge 1.6.9
      adds  faf8bb0   * Non-maintainer upload. * Rebuild with magics++ & libnetcdf for netcdf transition.

No new revisions were added by this update.

Summary of changes:
 AUTHORS                                            |     10 +-
 ChangeLog                                          |    190 +-
 Makefile.in                                        |      9 +-
 NEWS                                               |     51 +
 OPERATORS                                          |     30 +-
 README                                             |      2 +-
 aclocal.m4                                         |     60 +
 cdo.spec                                           |     16 +-
 cdo.spec.in                                        |     14 +-
 config/ar-lib                                      |    270 +
 config/default                                     |     53 +-
 configure                                          |    662 +-
 configure.ac                                       |     21 +-
 contrib/Makefile.in                                |      4 +
 contrib/cdoCompletion.bash                         |     14 +
 contrib/cdoCompletion.tcsh                         |     14 +
 contrib/cdoCompletion.zsh                          |     14 +
 debian/changelog                                   |     21 +
 debian/control                                     |      2 +
 debian/patches/deregister.patch                    |     76 +-
 debian/patches/fix_typos.patch                     |     22 +-
 debian/patches/gotocc-fix.patch                    |      6 +-
 debian/patches/ignore.patch                        |      8 +-
 debian/patches/ppc64el.patch                       |      8 +-
 debian/patches/reproducible-builds.patch           |     91 +-
 debian/patches/series                              |      4 +-
 debian/patches/str2uuid.patch                      |     22 -
 debian/rules                                       |      2 +-
 libcdi/AUTHORS                                     |      2 +-
 libcdi/ChangeLog                                   |     87 +
 libcdi/Makefile.in                                 |     26 +-
 libcdi/NEWS                                        |     13 +
 libcdi/README                                      |      2 +-
 libcdi/acinclude.m4                                |      3 +
 libcdi/aclocal.m4                                  |      7 +
 libcdi/app/Makefile.in                             |     26 +-
 libcdi/app/cdi.c                                   |     26 +-
 libcdi/app/printinfo.h                             |     26 +-
 libcdi/cdi.settings.in                             |    129 +-
 libcdi/config/default                              |      8 +-
 libcdi/configure                                   |    928 +-
 libcdi/configure.ac                                |     73 +-
 libcdi/examples/Makefile.in                        |     26 +-
 libcdi/examples/cdi_copy.c                         |     31 +-
 libcdi/examples/cdi_read.c                         |     24 +-
 libcdi/examples/cdi_read_f2003.f90                 |      2 +-
 libcdi/examples/cdi_write.c                        |     43 +-
 libcdi/examples/cdi_write_ens.c                    |      2 +-
 libcdi/examples/pio/Makefile.am                    |     14 +-
 libcdi/examples/pio/Makefile.in                    |     45 +-
 libcdi/examples/pio/compareResourcesArray.c        |     20 +-
 libcdi/interfaces/Makefile.in                      |     26 +-
 libcdi/interfaces/cdi.hpp                          |      3 +-
 libcdi/interfaces/f2003/bindGen.rb                 |   1225 +-
 libcdi/interfaces/python/CdiObj.py                 |    704 +-
 libcdi/interfaces/python/cdiobj_wrap.cpp           |  21705 ++--
 libcdi/interfaces/python/testObj.py                |     42 +-
 libcdi/m4/ac_lang_program_fortran.m4               |     57 +
 ...g_other_suffix_conftest.m4 => acx_c_package.m4} |     38 +-
 libcdi/m4/acx_execinfo.m4                          |     67 +
 libcdi/m4/acx_fortran_package.m4                   |    144 +
 ...tran_variant.m4 => acx_lang_c_check_include.m4} |     24 +-
 libcdi/m4/acx_lang_check_include.m4                |    123 +
 ..._unset.m4 => acx_lang_fortran_check_include.m4} |     30 +-
 libcdi/m4/acx_lang_package.m4                      |    134 +
 libcdi/m4/acx_option_search_libs.m4                |    128 +
 libcdi/m4/acx_options.m4                           |     12 +-
 libcdi/m4/acx_sl_fc_mod_path_flag.m4               |     20 +-
 libcdi/m4/acx_sl_mod_suffix.m4                     |     11 +-
 libcdi/m4/{asx_unset.m4 => asx_tr_arg.m4}          |     33 +-
 libcdi/m4/libtool.m4                               |      2 +
 libcdi/m4/starlink_fpp.m4                          |    135 +-
 libcdi/src/Makefile.am                             |     30 +-
 libcdi/src/Makefile.in                             |    778 +-
 libcdi/src/cdf.c                                   |      2 +-
 libcdi/src/cdf_int.c                               |      5 +-
 libcdi/src/cdf_int.h                               |      2 +-
 libcdi/src/cdi.h                                   |     91 +-
 libcdi/src/cdi.inc                                 |     47 +-
 libcdi/src/cdiFortran.c                            |     19 +-
 libcdi/src/cdi_cksum.c                             |      2 +-
 libcdi/src/cdi_cksum.h                             |      2 +-
 libcdi/src/cdi_error.c                             |     14 +-
 libcdi/src/cdi_int.c                               |      6 -
 libcdi/src/cdi_int.h                               |     68 +-
 libcdi/src/cdilib.c                                | 103801 +++++++++---------
 libcdi/src/cdipio.h                                |      4 +-
 libcdi/src/cfortran.h                              |      2 +-
 libcdi/src/cgribexlib.c                            |    304 +-
 libcdi/src/config.h.in                             |     20 +
 libcdi/{tests => src}/create_uuid.h                |      0
 libcdi/src/dmemory.c                               |     57 +-
 libcdi/src/dmemory.h                               |      4 +
 libcdi/src/error.h                                 |      2 +-
 libcdi/src/gribapi.h                               |     19 +-
 libcdi/src/gribapi_utilities.c                     |    711 +
 libcdi/src/gribapi_utilities.h                     |     37 +
 libcdi/src/grid.c                                  |    163 +-
 libcdi/src/grid.h                                  |      9 +-
 libcdi/src/input_file.c                            |    141 +
 libcdi/src/input_file.h                            |     27 +
 libcdi/src/institution.c                           |      8 +-
 libcdi/src/iterator.c                              |    965 +
 libcdi/src/iterator.h                              |     48 +
 libcdi/src/iterator_fallback.c                     |    285 +
 libcdi/src/iterator_fallback.h                     |     41 +
 libcdi/src/iterator_grib.c                         |    815 +
 libcdi/src/iterator_grib.h                         |     48 +
 libcdi/src/mo_cdi.f90                              |  11644 +-
 libcdi/src/model.c                                 |      5 -
 libcdi/src/namespace.c                             |     77 +-
 libcdi/src/pio.c                                   |     24 +-
 libcdi/src/pio_comm.c                              |      6 +-
 libcdi/src/pio_impl.h                              |     17 +-
 libcdi/src/pio_interface.c                         |     55 +-
 libcdi/src/pio_mpinonb.c                           |    115 +-
 libcdi/src/pio_posixasynch.c                       |     51 +-
 libcdi/src/pio_posixfpguardsendrecv.c              |     49 +-
 libcdi/src/pio_posixnonb.c                         |     31 +-
 libcdi/src/pio_record_send.c                       |     53 +-
 libcdi/src/pio_serialize.c                         |      3 +-
 libcdi/src/pio_server.c                            |     56 +-
 libcdi/src/pio_util.c                              |      2 +-
 libcdi/src/proprietarySystemWorkarounds.c          |     45 +
 libcdi/src/proprietarySystemWorkarounds.h          |      8 +
 libcdi/src/referenceCounting.c                     |     28 +
 libcdi/src/referenceCounting.h                     |     38 +
 libcdi/src/resource_handle.c                       |     60 +-
 libcdi/src/resource_handle.h                       |      4 +-
 libcdi/src/resource_unpack.c                       |     32 +-
 libcdi/src/resource_unpack.h                       |      1 -
 libcdi/src/serialize.c                             |     27 +-
 libcdi/src/serialize.h                             |     88 +-
 libcdi/src/servicelib.c                            |      3 +
 libcdi/src/stream.c                                |    116 +-
 libcdi/src/stream_cdf.c                            |    606 +-
 libcdi/src/stream_cgribex.c                        |    209 +-
 libcdi/src/stream_ext.c                            |      2 +-
 libcdi/src/stream_fcommon.h                        |      2 +
 libcdi/src/stream_grb.c                            |      5 +-
 libcdi/src/stream_gribapi.c                        |   1421 +-
 libcdi/src/stream_gribapi.h                        |      4 +
 libcdi/src/stream_ieg.c                            |     25 +-
 libcdi/src/stream_record.c                         |     70 +-
 libcdi/src/stream_srv.c                            |     41 +-
 libcdi/src/table.c                                 |    108 +-
 libcdi/src/taxis.c                                 |    111 +-
 libcdi/src/util.c                                  |    136 +
 libcdi/src/varscan.c                               |    233 +-
 libcdi/src/vlist.c                                 |    575 +-
 libcdi/src/vlist.h                                 |     15 +-
 libcdi/src/vlist_att.c                             |      7 +-
 libcdi/src/vlist_var.c                             |    157 +-
 libcdi/src/zaxis.c                                 |    222 +-
 libcdi/src/zaxis.h                                 |     10 +
 libcdi/tests/Makefile.am                           |     23 +-
 libcdi/tests/Makefile.in                           |     82 +-
 libcdi/tests/create_uuid.c                         |     91 -
 libcdi/tests/deco2d_model.c                        |     54 +-
 libcdi/tests/simple_model.c                        |     32 +-
 libcdi/tests/simple_model_helper.h                 |     10 +
 libcdi/tests/test_cdf_read.c                       |    112 +-
 libcdi/tests/test_cdf_transformation.in            |      5 +
 libcdi/tests/test_cdf_write.c                      |      7 +-
 libcdi/tests/test_resource_copy.c                  |      2 -
 libcdi/util/sunf95preproc-wrapper                  |      6 +-
 m4/acx_options.m4                                  |     45 +-
 src/Adisit.c                                       |     17 +-
 src/Afterburner.c                                  |   2414 +
 src/Arith.c                                        |      2 +-
 src/Arithc.c                                       |      4 +-
 src/Arithdays.c                                    |      2 +-
 src/Arithlat.c                                     |     15 +-
 src/CDIread.c                                      |      5 +-
 src/CDItest.c                                      |      4 +-
 src/CDIwrite.c                                     |     49 +-
 src/Cat.c                                          |      9 +-
 src/Change.c                                       |     18 +-
 src/Change_e5slm.c                                 |      2 +-
 src/Cloudlayer.c                                   |     35 +-
 src/Collgrid.c                                     |      2 +-
 src/Command.c                                      |      2 +-
 src/Comp.c                                         |      2 +-
 src/Compc.c                                        |      4 +-
 src/Complextorect.c                                |      2 +-
 src/Cond.c                                         |      2 +-
 src/Cond2.c                                        |      2 +-
 src/Condc.c                                        |      4 +-
 src/Consecstat.c                                   |      4 +-
 src/Copy.c                                         |      2 +-
 src/Deltime.c                                      |      2 +-
 src/Derivepar.c                                    |    199 +-
 src/Detrend.c                                      |     36 +-
 src/Diff.c                                         |      4 +-
 src/Distgrid.c                                     |     12 +-
 src/Duplicate.c                                    |      4 +-
 src/EOFs.c                                         |    963 +-
 src/EcaIndices.c                                   |     42 +-
 src/Echam5ini.c                                    |      2 +-
 src/Enlarge.c                                      |      2 +-
 src/Enlargegrid.c                                  |      2 +-
 src/Ensstat.c                                      |    123 +-
 src/Ensstat3.c                                     |      4 +-
 src/Ensval.c                                       |      4 +-
 src/Eof3d.c                                        |    404 +-
 src/Eofcoeff.c                                     |      2 +-
 src/Eofcoeff3d.c                                   |      2 +-
 src/Exprf.c                                        |     54 +-
 src/FC.c                                           |      2 +-
 src/Filedes.c                                      |      6 +-
 src/Fillmiss.c                                     |      2 +-
 src/Filter.c                                       |     88 +-
 src/Fldrms.c                                       |      2 +-
 src/Fldstat.c                                      |     93 +-
 src/Fldstat2.c                                     |      2 +-
 src/Fourier.c                                      |      4 +-
 src/Gengrid.c                                      |      2 +-
 src/Gradsdes.c                                     |    208 +-
 src/Gridboxstat.c                                  |    357 +-
 src/Gridcell.c                                     |     24 +-
 src/Gridsearch.c                                   |      2 +-
 src/Harmonic.c                                     |      6 +-
 src/Histogram.c                                    |      2 +-
 src/Importamsr.c                                   |      5 +-
 src/Importbinary.c                                 |     10 +-
 src/Importcmsaf.c                                  |     23 +-
 src/Importobs.c                                    |      5 +-
 src/Info.c                                         |     39 +-
 src/Input.c                                        |      6 +-
 src/Intgrid.c                                      |     10 +-
 src/Intgridtraj.c                                  |      2 +-
 src/Intlevel.c                                     |     48 +-
 src/Intlevel3d.c                                   |    225 +-
 src/Intntime.c                                     |      9 +-
 src/Inttime.c                                      |      2 +-
 src/Intyear.c                                      |      2 +-
 src/Invert.c                                       |     55 +-
 src/Invertlev.c                                    |     53 +-
 src/Isosurface.c                                   |      4 +-
 src/Kvl.c                                          |      2 +-
 src/Log.c                                          |     17 +-
 src/Makefile.am                                    |    294 +-
 src/Makefile.in                                    |   2302 +-
 src/Maskbox.c                                      |      2 +-
 src/Mastrfu.c                                      |     63 +-
 src/Math.c                                         |      4 +-
 src/Merge.c                                        |     53 +-
 src/Mergegrid.c                                    |      5 +-
 src/Mergetime.c                                    |      2 +-
 src/Merstat.c                                      |      4 +-
 src/Monarith.c                                     |      2 +-
 src/Mrotuv.c                                       |      2 +-
 src/Mrotuvb.c                                      |      2 +-
 src/Ninfo.c                                        |      2 +-
 src/Nmltest.c                                      |      2 +-
 src/Output.c                                       |     10 +-
 src/Outputgmt.c                                    |     86 +-
 src/Pack.c                                         |     33 +-
 src/Pinfo.c                                        |      4 +-
 src/Pressure.c                                     |     69 +-
 src/Regres.c                                       |      2 +-
 src/Remap.c                                        |     85 +-
 src/Remapeta.c                                     |    143 +-
 src/Replace.c                                      |      2 +-
 src/Replacevalues.c                                |     28 +-
 src/Rhopot.c                                       |     24 +-
 src/Rotuv.c                                        |      4 +-
 src/Runpctl.c                                      |     71 +-
 src/Runstat.c                                      |    209 +-
 src/SSOpar.c                                       |     78 +-
 src/Seaspctl.c                                     |     76 +-
 src/Seasstat.c                                     |     74 +-
 src/Selbox.c                                       |     26 +-
 src/Select.c                                       |    179 +-
 src/Seloperator.c                                  |      8 +-
 src/Selrec.c                                       |      2 +-
 src/Seltime.c                                      |    156 +-
 src/Selvar.c                                       |    218 +-
 src/Set.c                                          |      8 +-
 src/Setbox.c                                       |      4 +-
 src/Setgatt.c                                      |      2 +-
 src/Setgrid.c                                      |     23 +-
 src/Sethalo.c                                      |      6 +-
 src/Setmiss.c                                      |     67 +-
 src/Setpartab.c                                    |    201 +-
 src/Setrcaname.c                                   |      2 +-
 src/Settime.c                                      |     77 +-
 src/Setzaxis.c                                     |    108 +-
 src/Showinfo.c                                     |      9 +-
 src/Sinfo.c                                        |     15 +-
 src/Smooth9.c                                      |      5 +-
 src/Sort.c                                         |      4 +-
 src/Sorttimestamp.c                                |      2 +-
 src/Specinfo.c                                     |     13 +-
 src/Spectral.c                                     |      4 +-
 src/Spectrum.c                                     |     10 +-
 src/Split.c                                        |     96 +-
 src/Splitrec.c                                     |      2 +-
 src/Splitsel.c                                     |     14 +-
 src/Splittime.c                                    |     51 +-
 src/Splityear.c                                    |    105 +-
 src/Subtrend.c                                     |      2 +-
 src/Tee.c                                          |      2 +-
 src/Templates.c                                    |      2 +-
 src/Test.c                                         |      2 +-
 src/Tests.c                                        |     12 +-
 src/Timpctl.c                                      |     80 +-
 src/Timselpctl.c                                   |    125 +-
 src/Timselstat.c                                   |     98 +-
 src/Timsort.c                                      |      2 +-
 src/Timstat.c                                      |    142 +-
 src/Timstat2.c                                     |     58 +-
 src/Timstat3.c                                     |     44 +-
 src/Tinfo.c                                        |      2 +-
 src/Tocomplex.c                                    |      2 +-
 src/Transpose.c                                    |      2 +-
 src/Trend.c                                        |      2 +-
 src/Trms.c                                         |      2 +-
 src/Tstepcount.c                                   |      4 +-
 src/Vardup.c                                       |      4 +-
 src/Vargen.c                                       |     19 +-
 src/Varrms.c                                       |      2 +-
 src/Vertintap.c                                    |    464 +
 src/{Vertint.c => Vertintml.c}                     |    191 +-
 src/Vertstat.c                                     |    281 +-
 src/Vertwind.c                                     |     35 +-
 src/Wind.c                                         |      2 +-
 src/Writegrid.c                                    |      2 +-
 src/Writerandom.c                                  |      2 +-
 src/YAR.c                                          |     43 +-
 src/Ydayarith.c                                    |      2 +-
 src/Ydaypctl.c                                     |      2 +-
 src/Ydaystat.c                                     |      2 +-
 src/Ydrunpctl.c                                    |     86 +-
 src/Ydrunstat.c                                    |     57 +-
 src/Yearmonstat.c                                  |     78 +-
 src/Yhourarith.c                                   |      2 +-
 src/Yhourstat.c                                    |      2 +-
 src/Ymonarith.c                                    |    112 +-
 src/Ymonpctl.c                                     |      2 +-
 src/Ymonstat.c                                     |      2 +-
 src/Yseaspctl.c                                    |      2 +-
 src/Yseasstat.c                                    |      2 +-
 src/Zonstat.c                                      |      8 +-
 src/after_dvtrans.c                                |    256 +
 src/{fouriertrans.c => after_fctrans.c}            |    188 +-
 src/after_namelist.c                               |    141 +
 src/{legendre.c => after_sptrans.c}                |    230 +-
 src/after_vertint.c                                |    665 +
 src/{vinterp.h => after_vertint.h}                 |     10 +-
 src/afterburner.h                                  |    260 +
 src/afterburnerlib.c                               |   2946 +
 src/cdo.c                                          |   1330 +-
 src/cdo.h                                          |    112 +-
 src/cdo_getopt.c                                   |     10 +-
 src/cdo_getopt.h                                   |      2 +-
 src/{history.c => cdo_history.c}                   |      7 +-
 src/cdo_int.h                                      |     81 +-
 src/cdo_pthread.c                                  |      2 +-
 src/cdo_vlist.c                                    |     36 +-
 src/clipping/area.c                                |    210 +-
 src/clipping/area.h                                |     56 +-
 src/clipping/clipping.c                            |    177 +-
 src/clipping/clipping.h                            |     40 +-
 src/clipping/dep_list.h                            |     54 +-
 src/clipping/ensure_array_size.c                   |      4 +-
 src/clipping/ensure_array_size.h                   |      8 +-
 src/clipping/geometry.h                            |    156 +-
 src/clipping/geometry_tools.c                      |     39 -
 src/clipping/grid.h                                |    158 +-
 src/clipping/grid_cell.c                           |    113 +-
 src/clipping/grid_cell.h                           |     22 +-
 src/clipping/intersection.c                        |    149 +-
 src/clipping/points.h                              |     24 +-
 src/clipping/utils.c                               |     12 +-
 src/clipping/utils.h                               |     20 +-
 src/commandline.c                                  |      2 +-
 src/compare.h                                      |     53 +
 src/config.h.in                                    |     32 +
 src/const.h                                        |      2 +-
 src/constants.c                                    |      5 +
 src/constants.h                                    |     39 +
 src/datetime.c                                     |    258 +
 src/datetime.h                                     |     63 +
 src/ecacore.c                                      |      3 +-
 src/exception.c                                    |     37 +-
 src/expr.c                                         |    637 +-
 src/expr_lex.c                                     |    223 +-
 src/expr_yacc.c                                    |    369 +-
 src/expr_yacc.h                                    |     14 +-
 src/features.c                                     |     11 +
 src/field.c                                        |      2 +-
 src/field.h                                        |      2 +-
 src/field2.c                                       |      2 +-
 src/fieldc.c                                       |      2 +-
 src/fieldmer.c                                     |      2 +-
 src/fieldzon.c                                     |      2 +-
 src/gradsdeslib.c                                  |   1480 +-
 src/gradsdeslib.h                                  |     18 +-
 src/grid.c                                         |     10 +-
 src/grid_area.c                                    |     33 +-
 src/griddes.c                                      |    205 +-
 src/gridreference.c                                |      3 +-
 src/institution.c                                  |      4 +-
 src/interpol.c                                     |      4 +-
 src/kvlist.c                                       |      2 +-
 src/kvlist.h                                       |      2 +-
 src/list.c                                         |     12 +-
 src/list.h                                         |      2 +-
 src/modules.c                                      |     29 +-
 src/modules.h                                      |      2 +-
 src/namelist.c                                     |      2 +-
 src/namelist.h                                     |      2 +-
 src/operator_help.h                                |    591 +-
 src/pipe.c                                         |      2 +-
 src/pipe.h                                         |      2 +-
 src/printinfo.h                                    |     30 +-
 src/process.c                                      |    380 +-
 src/process.h                                      |      2 +-
 src/pstream.c                                      |     23 +-
 src/pstream.h                                      |     18 +-
 src/pstream_int.h                                  |      2 +-
 src/pstream_write.h                                |     45 +
 src/readline.c                                     |      2 +-
 src/remap.h                                        |      8 +-
 src/remap_bicubic_scrip.c                          |    230 +-
 src/remap_bilinear_scrip.c                         |    168 +-
 src/remap_conserv.c                                |    289 +-
 src/remap_conserv_scrip.c                          |    218 +-
 src/remap_distwgt_scrip.c                          |    163 +-
 src/remap_scrip_io.c                               |     34 +-
 src/remap_search_latbins.c                         |     38 +-
 src/remap_store_link.c                             |    425 +-
 src/remap_store_link.h                             |     53 +-
 ...remap_store_link.c => remap_store_link_cnsrv.c} |     24 +-
 ...remap_store_link.h => remap_store_link_cnsrv.h} |      6 +-
 src/remaplib.c                                     |     70 +-
 src/specspace.c                                    |    549 +-
 src/specspace.h                                    |     16 +-
 src/statistic.c                                    |    162 +-
 src/statistic.h                                    |      5 +-
 src/stdnametable.c                                 |      2 +
 src/stdnametable.h                                 |      4 +-
 src/table.c                                        |      2 +-
 src/timer.c                                        |      2 +-
 src/util.c                                         |    423 +-
 src/util.h                                         |    152 +-
 src/vct_l191.h                                     |    388 +
 src/vinterp.c                                      |    427 -
 src/zaxis.c                                        |     66 +-
 test/Afterburner.test.in                           |    142 +
 test/Arith.test.in                                 |      2 +-
 test/File.test.in                                  |     97 +
 test/Genweights.test.in                            |     16 +-
 test/Gradsdes.test.in                              |     52 +
 test/Makefile.am                                   |     26 +-
 test/Makefile.in                                   |     62 +-
 test/Remap.test.in                                 |     16 +-
 test/Select.test.in                                |      2 +-
 test/Spectral.test.in                              |      4 +
 test/data/Makefile.am                              |      8 +-
 test/data/Makefile.in                              |     12 +-
 test/data/file_F32_srv_ref                         |    Bin 0 -> 71280 bytes
 test/data/grib_testfile01.grb                      |    Bin 63264 -> 63264 bytes
 test/data/grib_testfile01_info_ref                 |     24 +-
 test/data/grib_testfile01_sinfo_ref                |      7 +-
 test/data/n16_dis_ref                              |    Bin 0 -> 8240 bytes
 test/data/n32_dis_ref                              |    Bin 0 -> 32816 bytes
 test/data/netcdf_testfile01_infon_ref              |     24 +-
 test/data/netcdf_testfile01_sinfon_ref             |      6 +-
 test/data/pl_data.ctl                              |     16 +
 test/data/pl_data.gmp                              |    Bin 0 -> 793 bytes
 test/wildcard.test.in                              |     69 +
 473 files changed, 101774 insertions(+), 81406 deletions(-)
 create mode 100755 config/ar-lib
 create mode 100644 libcdi/m4/ac_lang_program_fortran.m4
 copy libcdi/m4/{acx_lang_other_suffix_conftest.m4 => acx_c_package.m4} (66%)
 create mode 100644 libcdi/m4/acx_execinfo.m4
 create mode 100644 libcdi/m4/acx_fortran_package.m4
 copy libcdi/m4/{acx_assert_lang_is_fortran_variant.m4 => acx_lang_c_check_include.m4} (71%)
 create mode 100644 libcdi/m4/acx_lang_check_include.m4
 copy libcdi/m4/{asx_unset.m4 => acx_lang_fortran_check_include.m4} (69%)
 create mode 100644 libcdi/m4/acx_lang_package.m4
 create mode 100644 libcdi/m4/acx_option_search_libs.m4
 copy libcdi/m4/{asx_unset.m4 => asx_tr_arg.m4} (73%)
 rename libcdi/{tests => src}/create_uuid.h (100%)
 create mode 100644 libcdi/src/gribapi_utilities.c
 create mode 100644 libcdi/src/gribapi_utilities.h
 create mode 100644 libcdi/src/input_file.c
 create mode 100644 libcdi/src/input_file.h
 create mode 100644 libcdi/src/iterator.c
 create mode 100644 libcdi/src/iterator.h
 create mode 100644 libcdi/src/iterator_fallback.c
 create mode 100644 libcdi/src/iterator_fallback.h
 create mode 100644 libcdi/src/iterator_grib.c
 create mode 100644 libcdi/src/iterator_grib.h
 create mode 100644 libcdi/src/proprietarySystemWorkarounds.c
 create mode 100644 libcdi/src/proprietarySystemWorkarounds.h
 create mode 100644 libcdi/src/referenceCounting.c
 create mode 100644 libcdi/src/referenceCounting.h
 delete mode 100644 libcdi/tests/create_uuid.c
 create mode 100644 src/Afterburner.c
 create mode 100644 src/Vertintap.c
 rename src/{Vertint.c => Vertintml.c} (79%)
 create mode 100644 src/after_dvtrans.c
 rename src/{fouriertrans.c => after_fctrans.c} (93%)
 create mode 100644 src/after_namelist.c
 rename src/{legendre.c => after_sptrans.c} (62%)
 create mode 100644 src/after_vertint.c
 rename src/{vinterp.h => after_vertint.h} (70%)
 create mode 100644 src/afterburner.h
 create mode 100644 src/afterburnerlib.c
 rename src/{history.c => cdo_history.c} (94%)
 delete mode 100644 src/clipping/geometry_tools.c
 create mode 100644 src/compare.h
 create mode 100644 src/constants.c
 create mode 100644 src/constants.h
 create mode 100644 src/datetime.c
 create mode 100644 src/datetime.h
 create mode 100644 src/pstream_write.h
 copy src/{remap_store_link.c => remap_store_link_cnsrv.c} (93%)
 copy src/{remap_store_link.h => remap_store_link_cnsrv.h} (88%)
 create mode 100644 src/vct_l191.h
 delete mode 100644 src/vinterp.c
 create mode 100644 test/Afterburner.test.in
 create mode 100644 test/File.test.in
 create mode 100644 test/Gradsdes.test.in
 create mode 100644 test/data/file_F32_srv_ref
 create mode 100644 test/data/n16_dis_ref
 create mode 100644 test/data/n32_dis_ref
 create mode 100644 test/data/pl_data.ctl
 create mode 100644 test/data/pl_data.gmp
 create mode 100644 test/wildcard.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