[cdo] 02/11: Merge 1.8.0
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Apr 20 10:40:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository cdo.
commit f7d8cf37f443ccb51c102fe9ca5bcc6dcb5789f6
Merge: 537059d 95a63f3
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Mar 22 09:21:41 2017 +0000
Merge 1.8.0
ChangeLog | 137 +
NEWS | 21 +
OPERATORS | 7 +-
cdo.spec | 2 +-
config/default | 104 +-
configure | 74 +-
configure.ac | 9 +-
contrib/cdoCompletion.bash | 18 +-
contrib/cdoCompletion.tcsh | 18 +-
contrib/cdoCompletion.zsh | 18 +-
debian/changelog | 6 +
libcdi/ChangeLog | 105 +-
libcdi/Makefile.in | 4 -
libcdi/NEWS | 8 +
libcdi/app/Makefile.in | 4 -
libcdi/app/cdi.c | 204 +-
libcdi/app/printinfo.h | 640 +-
libcdi/configure | 558 +-
libcdi/configure.ac | 2 +-
libcdi/examples/Makefile.in | 4 -
libcdi/examples/cdi_copy.c | 2 +-
libcdi/examples/cdi_write.c | 2 +-
libcdi/examples/cdi_write_ens.c | 2 +-
libcdi/examples/cdi_write_f2003.f90 | 2 +-
libcdi/examples/cdi_write_hybrid.c | 2 +-
libcdi/examples/pio/Makefile.in | 4 -
libcdi/examples/pio/collectData.c | 2 +-
libcdi/examples/pio/collectData2003.F90 | 2 +-
libcdi/examples/pio/collectDataNStreams.c | 2 +-
libcdi/examples/pio/compareResourcesArray.c | 4 +-
libcdi/interfaces/Makefile.in | 4 -
libcdi/m4/acx_options.m4 | 86 +-
libcdi/src/Makefile.am | 13 +-
libcdi/src/Makefile.in | 117 +-
libcdi/src/basetime.c | 13 +-
libcdi/src/basetime.h | 4 +-
libcdi/src/cdf.c | 14 +-
libcdi/src/cdf_int.c | 13 +
libcdi/src/cdf_int.h | 1 +
libcdi/src/cdf_lazy_grid.c | 535 +
libcdi/src/cdf_lazy_grid.h | 60 +
libcdi/src/cdf_read.c | 80 +-
libcdi/src/cdf_util.c | 335 +
libcdi/src/cdf_util.h | 30 +
libcdi/src/cdf_write.c | 401 +-
libcdi/src/cdi.h | 347 +-
libcdi/src/cdi.inc | 601 +-
libcdi/src/cdiFortran.c | 90 +-
libcdi/src/{vlist_att.c => cdi_att.c} | 352 +-
libcdi/src/cdi_att.h | 53 +
libcdi/src/cdi_int.c | 31 +-
libcdi/src/cdi_int.h | 40 +-
libcdi/src/cdilib.c | 70426 ++++++++++++------------
libcdi/src/cgribex.h | 8 +-
libcdi/src/cgribexlib.c | 360 +-
libcdi/src/config.h.in | 18 -
libcdi/src/file.c | 4 +-
libcdi/src/gaussgrid.c | 214 +-
libcdi/src/gaussgrid.h | 3 +
libcdi/src/grb_read.c | 16 +-
libcdi/src/grb_write.c | 25 +-
libcdi/src/gribapi.c | 6 +-
libcdi/src/gribapi_utilities.c | 475 +-
libcdi/src/grid.c | 2345 +-
libcdi/src/grid.h | 111 +-
libcdi/src/ieg.h | 1 -
libcdi/src/institution.c | 48 +-
libcdi/src/iterator.c | 318 +-
libcdi/src/iterator_grib.c | 2 +-
libcdi/src/mo_cdi.f90 | 762 +-
libcdi/src/model.c | 40 +-
libcdi/src/pio_interface.c | 6 +-
libcdi/src/pio_mpi_fw_at_all.c | 2 +-
libcdi/src/pio_mpi_fw_at_reblock.c | 2 +-
libcdi/src/pio_serialize.c | 28 +-
libcdi/src/pio_server.c | 22 +-
libcdi/src/pio_util.c | 4 +-
libcdi/src/resource_handle.c | 47 +-
libcdi/src/resource_handle.h | 1 +
libcdi/src/resource_unpack.c | 6 +-
libcdi/src/serialize.c | 18 +-
libcdi/src/serialize.h | 22 +-
libcdi/src/stream.c | 368 +-
libcdi/src/stream_cdf.c | 7180 ---
libcdi/src/stream_cdf.h | 8 +
libcdi/src/stream_cdf_i.c | 4074 ++
libcdi/src/stream_cdf_o.c | 2115 +
libcdi/src/stream_cgribex.c | 641 +-
libcdi/src/stream_ext.c | 436 +-
libcdi/src/stream_fcommon.c | 42 -
libcdi/src/stream_fcommon.h | 20 -
libcdi/src/stream_grb.c | 13 +-
libcdi/src/stream_gribapi.c | 370 +-
libcdi/src/stream_history.c | 24 +-
libcdi/src/stream_ieg.c | 783 +-
libcdi/src/stream_read.c | 54 +-
libcdi/src/stream_record.c | 134 +-
libcdi/src/stream_srv.c | 402 +-
libcdi/src/stream_var.c | 39 +-
libcdi/src/stream_write.c | 93 +-
libcdi/src/table.c | 62 +-
libcdi/src/taxis.c | 232 +-
libcdi/src/taxis.h | 12 +-
libcdi/src/util.c | 7 +-
libcdi/src/varscan.c | 389 +-
libcdi/src/varscan.h | 4 +-
libcdi/src/vlist.c | 256 +-
libcdi/src/vlist.h | 70 +-
libcdi/src/vlist_att.h | 30 -
libcdi/src/vlist_var.c | 197 +-
libcdi/src/zaxis.c | 785 +-
libcdi/src/zaxis.h | 47 +
libcdi/tests/Makefile.in | 4 -
libcdi/tests/cksum_write.c | 20 +-
libcdi/tests/deco2d_model.c | 2 +-
libcdi/tests/pio_write.c | 18 +-
libcdi/tests/simple_model.c | 2 +-
libcdi/tests/simple_model_helper.c | 16 +-
libcdi/tests/test_cdf_read.c | 30 +-
libcdi/tests/test_cdf_write.c | 6 +-
libcdi/tests/test_grib.c | 2 +-
libcdi/tests/test_resource_copy.c | 20 +-
m4/acx_options.m4 | 7 +-
src/Adisit.c | 171 +-
src/Afterburner.c | 86 +-
src/Arith.c | 27 +-
src/Arithc.c | 10 +-
src/Arithdays.c | 61 +-
src/Arithlat.c | 41 +-
src/CDIread.c | 68 +-
src/CDItest.c | 6 +-
src/CDIwrite.c | 62 +-
src/CMOR.c | 804 +-
src/CMOR_lite.c | 573 +
src/CMOR_table.c | 163 +
src/Cat.c | 40 +-
src/Change.c | 157 +-
src/Change_e5slm.c | 53 +-
src/Cloudlayer.c | 24 +-
src/Collgrid.c | 58 +-
src/Command.c | 23 +-
src/Comp.c | 119 +-
src/Compc.c | 51 +-
src/Complextorect.c | 58 +-
src/Cond.c | 51 +-
src/Cond2.c | 55 +-
src/Condc.c | 43 +-
src/Consecstat.c | 45 +-
src/Copy.c | 8 +-
src/{Timedt.c => Deltat.c} | 8 +-
src/Deltime.c | 7 +-
src/Derivepar.c | 7 +-
src/Detrend.c | 25 +-
src/Diff.c | 10 +-
src/Distgrid.c | 158 +-
src/Duplicate.c | 13 +-
src/EOFs.c | 143 +-
src/Echam5ini.c | 32 +-
src/Enlarge.c | 43 +-
src/Enlargegrid.c | 75 +-
src/Ensstat.c | 75 +-
src/Ensstat3.c | 73 +-
src/Ensval.c | 73 +-
src/Eof3d.c | 199 +-
src/Eofcoeff.c | 111 +-
src/Eofcoeff3d.c | 116 +-
src/Exprf.c | 26 +-
src/FC.c | 28 +-
src/Filedes.c | 270 +-
src/Fillmiss.c | 16 +-
src/Filter.c | 65 +-
src/Fldrms.c | 57 +-
src/Fldstat.c | 100 +-
src/Fldstat2.c | 40 +-
src/Fourier.c | 41 +-
src/Gengrid.c | 72 +-
src/Gradsdes.c | 138 +-
src/Gridboxstat.c | 123 +-
src/Gridcell.c | 97 +-
src/Gridsearch.c | 264 +-
src/Harmonic.c | 95 +-
src/Hi.c | 59 +-
src/Histogram.c | 93 +-
src/Importamsr.c | 54 +-
src/Importbinary.c | 87 +-
src/Importcmsaf.c | 122 +-
src/Importobs.c | 24 +-
src/Info.c | 83 +-
src/Input.c | 9 +-
src/Intgrid.c | 220 +-
src/Intgridtraj.c | 98 +-
src/Intlevel.c | 53 +-
src/Intlevel3d.c | 16 +-
src/Intntime.c | 108 +-
src/Inttime.c | 100 +-
src/Intyear.c | 93 +-
src/Invert.c | 122 +-
src/Invertlev.c | 8 +-
src/Isosurface.c | 97 +-
src/Kvl.c | 200 -
src/Log.c | 30 +-
src/Makefile.am | 35 +-
src/Makefile.in | 518 +-
src/MapReduce.c | 14 +-
src/Maskbox.c | 213 +-
src/Mastrfu.c | 12 +-
src/Math.c | 2 +-
src/Merge.c | 116 +-
src/Mergegrid.c | 98 +-
src/Mergetime.c | 9 +-
src/Merstat.c | 12 +-
src/Monarith.c | 70 +-
src/Mrotuv.c | 123 +-
src/Mrotuvb.c | 48 +-
src/Ninfo.c | 72 +-
src/Nmldump.c | 103 +
src/Nmltest.c | 57 -
src/Output.c | 165 +-
src/Outputgmt.c | 129 +-
src/Pack.c | 38 +-
src/Pardup.c | 13 +-
src/Pinfo.c | 62 +-
src/Pressure.c | 58 +-
src/Regres.c | 75 +-
src/Remap.c | 219 +-
src/Remapeta.c | 92 +-
src/Replace.c | 41 +-
src/Replacevalues.c | 76 +-
src/Rhopot.c | 92 +-
src/Rotuv.c | 96 +-
src/Runpctl.c | 60 +-
src/Runstat.c | 78 +-
src/Seascount.c | 74 +-
src/Seaspctl.c | 57 +-
src/Seasstat.c | 46 +-
src/Selbox.c | 384 +-
src/Select.c | 297 +-
src/Selindex.c | 229 +
src/Seloperator.c | 10 +-
src/Selrec.c | 49 +-
src/Seltime.c | 50 +-
src/Selvar.c | 142 +-
src/Set.c | 56 +-
src/Setattribute.c | 277 +
src/Setbox.c | 7 +-
src/Setgatt.c | 43 +-
src/Setgrid.c | 115 +-
src/Sethalo.c | 143 +-
src/Setmiss.c | 9 +-
src/Setpartab.c | 774 +-
src/Setrcaname.c | 8 +-
src/Settime.c | 42 +-
src/Setzaxis.c | 15 +-
src/Shiftxy.c | 298 +
src/Showinfo.c | 4 +-
src/Sinfo.c | 21 +-
src/Smooth.c | 123 +-
src/Sort.c | 8 +-
src/Sorttimestamp.c | 53 +-
src/Specinfo.c | 133 +-
src/Spectral.c | 28 +-
src/Spectrum.c | 65 +-
src/Split.c | 102 +-
src/Splitrec.c | 11 +-
src/Splitsel.c | 41 +-
src/Splittime.c | 28 +-
src/Splityear.c | 23 +-
src/Subtrend.c | 60 +-
src/Tee.c | 2 +-
src/Templates.c | 4 +-
src/Test.c | 48 +-
src/Tests.c | 56 +-
src/Timcount.c | 63 +-
src/Timcumsum.c | 116 +
src/Timpctl.c | 42 +-
src/Timselpctl.c | 36 +-
src/Timselstat.c | 27 +-
src/Timsort.c | 44 +-
src/Timstat.c | 100 +-
src/Timstat2.c | 14 +-
src/Timstat3.c | 119 +-
src/Tinfo.c | 22 +-
src/Tocomplex.c | 63 +-
src/Transpose.c | 101 +-
src/Trend.c | 84 +-
src/Trms.c | 85 +-
src/Tstepcount.c | 56 +-
src/Vargen.c | 44 +-
src/Varrms.c | 69 +-
src/Verifygrid.c | 420 +-
src/Vertcum.c | 52 +-
src/Vertintap.c | 44 +-
src/Vertintml.c | 242 +-
src/Vertstat.c | 55 +-
src/Vertwind.c | 126 +-
src/Wct.c | 44 +-
src/Wind.c | 23 +-
src/Writegrid.c | 23 +-
src/Writerandom.c | 56 +-
src/XTimstat.c | 119 +-
src/YAR.c | 24 +-
src/Ydayarith.c | 4 +-
src/Ydaypctl.c | 13 +-
src/Ydaystat.c | 14 +-
src/Ydrunpctl.c | 22 +-
src/Ydrunstat.c | 26 +-
src/Yearmonstat.c | 24 +-
src/Yhourarith.c | 47 +-
src/Yhourstat.c | 63 +-
src/Ymonarith.c | 16 +-
src/Ymonpctl.c | 13 +-
src/Ymonstat.c | 64 +-
src/Yseaspctl.c | 13 +-
src/Yseasstat.c | 20 +-
src/Zonstat.c | 8 +-
src/after_fctrans.c | 2 +-
src/after_namelist.c | 41 +-
src/afterburnerlib.c | 2 +-
src/array.c | 81 +
src/array.h | 13 +
src/cdo.c | 220 +-
src/cdo.h | 2 +-
src/cdo_getopt.c | 2 +-
src/cdo_getopt.h | 2 +-
src/cdo_history.c | 6 +-
src/cdo_int.h | 37 +-
src/cdo_pthread.c | 2 +-
src/cdo_vlist.c | 148 +-
src/cdotest.c | 4 +-
src/cmortable_parser.c | 321 +
src/commandline.c | 2 +-
src/compare.h | 4 +-
src/convert_units.c | 190 +
src/convert_units.h | 27 +
src/datetime.c | 6 +-
src/ecacore.c | 78 +-
src/ecacore.h | 6 +-
src/ecautil.c | 55 +-
src/ecautil.h | 54 +-
src/exception.c | 22 +-
src/expr.c | 61 +-
src/expr.h | 2 +-
src/expr_fun.c | 6 +-
src/expr_fun.h | 4 +-
src/features.c | 3 -
src/field.c | 132 +-
src/field.h | 160 +-
src/field2.c | 59 +-
src/fieldc.c | 19 +-
src/fieldmem.c | 16 +-
src/fieldmer.c | 24 +-
src/fieldzon.c | 26 +-
src/functs.h | 3 -
src/grid.c | 943 +-
src/grid.h | 15 +-
src/grid_area.c | 78 +-
src/grid_from_name.c | 400 +
src/grid_gme.c | 185 +-
src/grid_print.c | 422 +
src/grid_read.c | 335 +
src/grid_read_pingo.c | 192 +
src/grid_rot.c | 80 +-
src/grid_search.c | 2 +-
src/grid_search.h | 2 +-
src/griddes.c | 1540 +-
src/griddes.h | 37 +-
src/griddes_h5.c | 104 +-
src/griddes_nc.c | 12 +-
src/gridreference.c | 36 +-
src/hetaeta.c | 78 +-
src/hetaeta.h | 21 +-
src/institution.c | 2 +-
src/interpol.c | 567 +-
src/interpol.h | 6 +-
src/json/jsmn.c | 331 +
src/json/jsmn.h | 79 +
src/kdtreelib/kdtree.h | 11 +
src/kdtreelib/kdtree_common.c | 52 +-
src/kdtreelib/pmergesort.c | 79 +-
src/kdtreelib/qsort.c | 321 +
src/kvlist.c | 428 -
src/kvlist.h | 32 -
src/list.c | 285 +-
src/list.h | 75 +-
src/{list.c => listarray.c} | 107 +-
src/{list.h => listarray.h} | 32 +-
src/listbuf.c | 70 +
src/listbuf.h | 20 +
src/merge_sort2.c | 19 +-
src/modules.c | 154 +-
src/modules.h | 16 +-
src/namelist.c | 728 +-
src/namelist.h | 97 +-
src/namelist_parser.c | 141 +
src/operator_help.h | 1475 +-
src/parse_literal.c | 136 +
src/percentiles_hist.c | 6 +-
src/percentiles_hist.h | 6 +-
src/pipe.c | 12 +-
src/pipe.h | 2 +-
src/pmlist.c | 507 +-
src/pmlist.h | 97 +-
src/printinfo.h | 649 +-
src/process.c | 6 +-
src/process.h | 2 +-
src/pstream.c | 129 +-
src/pstream.h | 2 +-
src/pstream_int.h | 2 +-
src/pstream_write.h | 2 +-
src/readline.c | 2 +-
src/remap.h | 23 +-
src/remap_conserv.c | 11 +-
src/remap_scrip_io.c | 48 +-
src/remap_search_latbins.c | 2 +-
src/remaplib.c | 465 +-
src/sellist.c | 361 +
src/sellist.h | 63 +
src/specspace.c | 8 +-
src/stdnametable.c | 12 +-
src/table.c | 11 +-
src/timer.c | 52 +-
src/util.c | 249 +-
src/util.h | 19 +-
src/zaxis.c | 472 +-
src/zaxis_print.c | 107 +
test/Arithc.test.in | 2 +-
test/{Fldstat.test.in => Comp.test.in} | 23 +-
test/{Fldstat.test.in => Compc.test.in} | 19 +-
test/EOF.test.in | 64 +
test/Fldstat.test.in | 9 +-
test/{Fldstat.test.in => Gridboxstat.test.in} | 7 +-
test/Makefile.am | 12 +-
test/Makefile.in | 64 +-
test/MapReduce.test.in | 5 +-
test/{Fldstat.test.in => Merstat.test.in} | 9 +-
test/Multiyearstat.test.in | 49 +
test/Ninfo.test.in | 12 +-
test/{Timstat.test.in => Runstat.test.in} | 11 +-
test/{Ymonstat.test.in => Seasstat.test.in} | 11 +-
test/{Timstat.test.in => Timselstat.test.in} | 11 +-
test/Timstat.test.in | 51 +-
test/{Fldstat.test.in => Vertstat.test.in} | 15 +-
test/{Fldstat.test.in => Zonstat.test.in} | 9 +-
test/data/Makefile.am | 17 +-
test/data/Makefile.in | 17 +-
test/data/comp_eqc_ref | Bin 0 -> 16480 bytes
test/data/comp_gec_ref | Bin 0 -> 16480 bytes
test/data/comp_gtc_ref | Bin 0 -> 16480 bytes
test/data/comp_lec_ref | Bin 0 -> 16480 bytes
test/data/comp_ltc_ref | Bin 0 -> 16480 bytes
test/data/comp_nec_ref | Bin 0 -> 16480 bytes
test/data/comptest.srv | Bin 0 -> 16480 bytes
test/data/dayavg_ref | Bin 0 -> 1612 bytes
test/data/daymax_ref | Bin 0 -> 1612 bytes
test/data/daymean_ref | Bin 0 -> 1612 bytes
test/data/daymin_ref | Bin 0 -> 1612 bytes
test/data/daystd1_ref | Bin 0 -> 1612 bytes
test/data/daystd_ref | Bin 0 -> 1612 bytes
test/data/daysum_ref | Bin 0 -> 1612 bytes
test/data/dayvar1_ref | Bin 0 -> 1612 bytes
test/data/dayvar_ref | Bin 0 -> 1612 bytes
test/data/eof_ref | Bin 0 -> 9008 bytes
test/data/eval_ref | Bin 0 -> 1508 bytes
test/data/griddes.icon_cell | 314 +-
test/data/griddes.r18x9 | 3 +
test/data/meravg_ref | Bin 0 -> 608 bytes
test/data/mermax_ref | Bin 0 -> 608 bytes
test/data/mermean_ref | Bin 0 -> 608 bytes
test/data/mermin_ref | Bin 0 -> 608 bytes
test/data/merstd1_ref | Bin 0 -> 608 bytes
test/data/merstd_ref | Bin 0 -> 608 bytes
test/data/mersum_ref | Bin 0 -> 608 bytes
test/data/mervar1_ref | Bin 0 -> 608 bytes
test/data/mervar_ref | Bin 0 -> 608 bytes
test/data/monavg_ref | Bin 0 -> 624 bytes
test/data/monmax_ref | Bin 0 -> 624 bytes
test/data/monmean_ref | Bin 0 -> 624 bytes
test/data/monmin_ref | Bin 0 -> 624 bytes
test/data/monstd1_ref | Bin 0 -> 624 bytes
test/data/monstd_ref | Bin 0 -> 624 bytes
test/data/monsum_ref | Bin 0 -> 624 bytes
test/data/monvar1_ref | Bin 0 -> 624 bytes
test/data/monvar_ref | Bin 0 -> 624 bytes
test/data/pcoeff00000 | Bin 0 -> 1508 bytes
test/data/psl_DJF_anom.grb | Bin 0 -> 132472 bytes
test/data/runavg_ref | Bin 0 -> 2548 bytes
test/data/runmax_ref | Bin 0 -> 2548 bytes
test/data/runmean_ref | Bin 0 -> 2548 bytes
test/data/runmin_ref | Bin 0 -> 2548 bytes
test/data/runstd1_ref | Bin 0 -> 2548 bytes
test/data/runstd_ref | Bin 0 -> 2548 bytes
test/data/runsum_ref | Bin 0 -> 2548 bytes
test/data/runvar1_ref | Bin 0 -> 2548 bytes
test/data/runvar_ref | Bin 0 -> 2548 bytes
test/data/seasavg_ref | Bin 0 -> 1092 bytes
test/data/seasmax_ref | Bin 0 -> 1092 bytes
test/data/seasmean_ref | Bin 0 -> 1092 bytes
test/data/seasmin_ref | Bin 0 -> 1092 bytes
test/data/seasstd1_ref | Bin 0 -> 1092 bytes
test/data/seasstd_ref | Bin 0 -> 1092 bytes
test/data/seassum_ref | Bin 0 -> 1092 bytes
test/data/seasvar1_ref | Bin 0 -> 1092 bytes
test/data/seasvar_ref | Bin 0 -> 1092 bytes
test/data/timavg_ref | Bin 52 -> 52 bytes
test/data/timmax_ref | Bin 52 -> 52 bytes
test/data/timmean_ref | Bin 52 -> 52 bytes
test/data/timmin_ref | Bin 52 -> 52 bytes
test/data/timstd1_ref | Bin 52 -> 52 bytes
test/data/timstd_ref | Bin 52 -> 52 bytes
test/data/timsum_ref | Bin 52 -> 52 bytes
test/data/timvar1_ref | Bin 52 -> 52 bytes
test/data/timvar_ref | Bin 52 -> 52 bytes
test/data/ts_1d_1year | Bin 0 -> 18980 bytes
test/data/ts_6h_1mon | Bin 0 -> 6448 bytes
test/data/ts_mm_5years | Bin 3120 -> 3120 bytes
test/data/vertavg_ref | Bin 0 -> 5040 bytes
test/data/vertint_ref | Bin 0 -> 5040 bytes
test/data/vertmax_ref | Bin 0 -> 5040 bytes
test/data/vertmean_ref | Bin 0 -> 5040 bytes
test/data/vertmin_ref | Bin 0 -> 5040 bytes
test/data/vertstd1_ref | Bin 0 -> 5040 bytes
test/data/vertstd_ref | Bin 0 -> 5040 bytes
test/data/vertsum_ref | Bin 0 -> 5040 bytes
test/data/vertvar1_ref | Bin 0 -> 5040 bytes
test/data/vertvar_ref | Bin 0 -> 5040 bytes
test/data/yearavg_ref | Bin 0 -> 260 bytes
test/data/yearmax_ref | Bin 0 -> 260 bytes
test/data/yearmean_ref | Bin 0 -> 260 bytes
test/data/yearmin_ref | Bin 0 -> 260 bytes
test/data/yearstd1_ref | Bin 0 -> 260 bytes
test/data/yearstd_ref | Bin 0 -> 260 bytes
test/data/yearsum_ref | Bin 0 -> 260 bytes
test/data/yearvar1_ref | Bin 0 -> 260 bytes
test/data/yearvar_ref | Bin 0 -> 260 bytes
test/data/ymonavg_ref | Bin 624 -> 624 bytes
test/data/ymonmax_ref | Bin 624 -> 624 bytes
test/data/ymonmean_ref | Bin 624 -> 624 bytes
test/data/ymonmin_ref | Bin 624 -> 624 bytes
test/data/ymonstd1_ref | Bin 624 -> 624 bytes
test/data/ymonstd_ref | Bin 624 -> 624 bytes
test/data/ymonsum_ref | Bin 624 -> 624 bytes
test/data/ymonvar1_ref | Bin 624 -> 624 bytes
test/data/ymonvar_ref | Bin 624 -> 624 bytes
test/data/yseasavg_ref | Bin 0 -> 208 bytes
test/data/yseasmax_ref | Bin 0 -> 208 bytes
test/data/yseasmean_ref | Bin 0 -> 208 bytes
test/data/yseasmin_ref | Bin 0 -> 208 bytes
test/data/yseasstd1_ref | Bin 0 -> 208 bytes
test/data/yseasstd_ref | Bin 0 -> 208 bytes
test/data/yseassum_ref | Bin 0 -> 208 bytes
test/data/yseasvar1_ref | Bin 0 -> 208 bytes
test/data/yseasvar_ref | Bin 0 -> 208 bytes
test/data/zonavg_ref | Bin 0 -> 352 bytes
test/data/zonmax_ref | Bin 0 -> 352 bytes
test/data/zonmean_ref | Bin 0 -> 352 bytes
test/data/zonmin_ref | Bin 0 -> 352 bytes
test/data/zonstd1_ref | Bin 0 -> 352 bytes
test/data/zonstd_ref | Bin 0 -> 352 bytes
test/data/zonsum_ref | Bin 0 -> 352 bytes
test/data/zonvar1_ref | Bin 0 -> 352 bytes
test/data/zonvar_ref | Bin 0 -> 352 bytes
561 files changed, 65372 insertions(+), 66341 deletions(-)
diff --cc debian/changelog
index d0a21da,0000000..334fdae
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,495 -1,0 +1,501 @@@
++cdo (1.8.0+dfsg.1-1) UNRELEASED; urgency=medium
++
++ * New upstream release
++
++ -- Alastair McKinstry <mckinstry at debian.org> Wed, 01 Mar 2017 14:09:27 +0000
++
+cdo (1.7.2+dfsg.1-2) unstable; urgency=medium
+
+ * Now cdo recommends: python*-cdo.
+ * Use debhelper 10
+ * Build against libeecodes-dev not libgrib-api-dev
+ - add eccodes.patch
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 30 Nov 2016 10:30:49 +0000
+
+cdo (1.7.2+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ - refresh patches
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 03 Jul 2016 14:23:41 +0100
+
+cdo (1.7.1+dfsg.1-3) unstable; urgency=medium
+
+ * Remove obsolete dependencies on openjpeg and libpng. Closes: #826809
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 19 Jun 2016 08:06:00 +0100
+
+cdo (1.7.1+dfsg.1-2) unstable; urgency=medium
+
+ * Disable experimental cmor support
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 26 May 2016 20:50:09 +0100
+
+cdo (1.7.1+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream release
+ - gotocc-fix.patch removed
+ * Standards-Version: 3.9.8
+ * Enable experimental CMOR support.
+ * Bugfix for FTBFS with libc 2.23. Closes: #818826.
+ * Workaround for hppa FTBFS (GCC ICE). Closes: #790393.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 28 Apr 2016 08:15:39 +0100
+
+cdo (1.7.0+dfsg.1-3) unstable; urgency=medium
+
+ * 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.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 01 Mar 2016 14:09:33 +0000
+
+cdo (1.7.0+dfsg.1-2) unstable; urgency=medium
+
+ * Change B-D to libpng-dev for png16 transition. Closes: #810171
+ * Add szlib support using libaec-dev.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 07 Jan 2016 17:31:14 +0000
+
+cdo (1.7.0+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream build.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 28 Oct 2015 14:38:50 +0000
+
+cdo (1.6.9+dfsg.1-3) unstable; urgency=medium
+
+ * Further hostname changes needed for libcdi/configure.ac for
+ reproducible builds
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 20 Oct 2015 17:40:54 +0100
+
+cdo (1.6.9+dfsg.1-2) unstable; urgency=medium
+
+ * Builg against magics 2.24.7-7 for g++5 transition
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 12 Sep 2015 08:07:44 +0100
+
+cdo (1.6.9+dfsg.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rebuild with magics++ & libnetcdf for netcdf transition.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 24 Aug 2015 13:59:06 +0200
+
+cdo (1.6.9+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ - remove build-fix.patch for str2uuid(), now not needed
+ * B-D on libhdf5-dev | libhdf5-serial-dev
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 15 Aug 2015 22:31:34 +0100
+
+cdo (1.6.6+dfsg.1-4) experimental; urgency=medium
+
+ * Build against netcdf 4.4.3 in experimental
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 15 Jul 2015 19:15:21 +0100
+
+cdo (1.6.6+dfsg.1-3) unstable; urgency=medium
+
+ * Re-include ppc64el build fix patch.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 14 Jul 2015 07:19:25 +0100
+
+cdo (1.6.6+dfsg.1-2) unstable; urgency=medium
+
+ * deregister.patch: remove obsolete 'register' statements from some code.
+ Finding the address of a register strictly verboten and breaks
+ ppc64el code.
+ * Additional fix ore reproducible build: set hostname, username to
+ constant values.
+ * Now link against gribapi on mips as it is available
+ * Enable libfftw3 support
+ * Enable --with-curl explicitly
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 13 Jul 2015 10:11:01 +0100
+
+cdo (1.6.6+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream release
+ * Remove timestamps to make build bit-reproducible
+ * Minor build fix for str2uuid: remove broken forward declaration
+ * Add Vcs-Git: to control file, pointing to debian-science repo
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 28 Jun 2015 09:00:16 +0100
+
+cdo (1.6.5+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Standards-Version: 3.9.6. No changes required.
+ * Updated patches. u_char_fix.patch no longer needed.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 28 Oct 2014 07:42:54 +0000
+
+cdo (1.6.4+dfsg.1-5) unstable; urgency=medium
+
+ * Drop building with static libs (not needed anymore?)
+ Closes: #761187.
+ * Ack. bug fixed in 1.6.4 release. Closes: #744274.
+ * Fix for expr_run() definition conflict spotted by gotocc project.
+ Closes: #747001.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 12 Sep 2014 10:24:13 +0100
+
+cdo (1.6.4+dfsg.1-4) unstable; urgency=medium
+
+ * Force rebuild against hdf5 libs in unstable
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 14 Aug 2014 09:48:07 +0100
+
+cdo (1.6.4+dfsg.1-3) unstable; urgency=low
+
+ [ Gilles Fillipini ]
+ * Support hdf5 1.8.13 new packaging layout. Closes: #756660.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 01 Aug 2014 06:49:11 +0100
+
+cdo (1.6.4+dfsg.1-2) unstable; urgency=medium
+
+ * Add limits.h; UCHAR_MAX not defined elsewhere on some archs
+ (fixes FTBFS on mips, powerpc, ...)
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 08 Jul 2014 19:30:45 +0100
+
+cdo (1.6.4+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Use xz compression.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 05 Jul 2014 14:28:48 +0100
+
+cdo (1.6.3+dfsg.1-2) unstable; urgency=medium
+
+ * Include Build-Dep. on netcdf-bin. Without nc-config, cdo does not link in
+ netcdf4 properly. Closes: #720444.
+ * Enable build on libpng12 | libpng16. Closes: #743389.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 03 Apr 2014 23:25:02 +0100
+
+cdo (1.6.3+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Move to Standards-Version: 3.9.5.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 24 Feb 2014 19:08:11 +0000
+
+cdo (1.6.2+dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 15 Nov 2013 10:26:58 +0000
+
+cdo (1.6.1+dfsg.1-3) unstable; urgency=low
+
+ * Don't build-dep (or use) magics++ on mips, as magics++ requires grib-api
+ which doesn't build on mips (yet).
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 03 Sep 2013 09:53:27 +0100
+
+cdo (1.6.1+dfsg.1-2) unstable; urgency=low
+
+ * Add updated watch file.
+ * grib-api now works on sparc. Re-enable dependency here.
+ * Don't use --as-needed and -fPIE on powerpc. armel. Closes: #720298.
+ * Building with serial hdf5: Closes: #712829.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 02 Sep 2013 07:53:59 +0100
+
+cdo (1.6.1+dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 27 Aug 2013 22:16:49 +0100
+
+cdo (1.6.0+dfsg.1-4) unstable; urgency=low
+
+ * Fix as-needed. Use dh_autoreconf.
+ * Disable tests, to fix FTBFS due to auto* tools build issue.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 20 Jun 2013 21:09:17 +0100
+
+cdo (1.6.0+dfsg.1-3) unstable; urgency=low
+
+ * Add build declaration to silence warning.
+ * Change Priorities to match override.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 06 Jun 2013 13:25:32 +0100
+
+cdo (1.6.0+dfsg.1-2) unstable; urgency=low
+
+ * Need to add path explicitly to find cdo in python test case.
+ * Make cdo Priority: optional to match override.
+ * release fixed FTBFS on amd64; Closes: #707366.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 24 May 2013 06:59:54 +0100
+
+cdo (1.6.0+dfsg.1-1) unstable; urgency=low
+
+ * Don't use -fPIE on amd64, arm*. FTBFS then.
+ * New Upstream.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 05 Apr 2013 17:19:09 +0100
+
+cdo (1.5.9+dfsg.1-4) unstable; urgency=low
+
+ * Should be libpng12-dev. Closes: #696971, #697020.
+ How did libpng15-dev build in 2 separate chroots & pbuilder??
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 30 Dec 2012 23:01:38 +0000
+
+cdo (1.5.9+dfsg.1-3) unstable; urgency=low
+
+ * Also need a dependency on libpng12-dev.
+ New years promise: Build in a CLEAN chroot EVERY TIME.
+ * Debhelper depend (>= 9) now.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 30 Dec 2012 19:00:55 +0000
+
+cdo (1.5.9+dfsg.1-2) unstable; urgency=low
+
+ * Add explicit dependency on multiple flavours of libcurl-*-dev.
+ Closes: #696971.
+ * Add "-lm" to link line for -as-needed on Ubuntu. Closes: #692651.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 30 Dec 2012 12:08:26 +0000
+
+cdo (1.5.9+dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Standards-Version: 3.9.4. No changes required.
+ * Apply hardening.
+ * Now depend on libmagics++
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 29 Dec 2012 17:13:31 +0000
+
+cdo (1.5.6.1+dfsg.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Standards-Version: 3.9.3
+ * Don't use MPI builds. PIO code not included yet.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 11 Sep 2012 02:39:21 +0100
+
+cdo (1.5.4+dfsg.1-5) unstable; urgency=low
+
+ * Rebuild with netcdf, hdf5 for hdf5 transition.
+ * Call dh_autoreconf rather than do it manually, so dh_clean now
+ works properly after a build. Add dependency on dh_autoreconf.
+ * Add gfortran dependency, build Fortran ISO_C interface to libcdi.
+ * Patch to fix typos lintian found in cdo.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 17 Feb 2012 13:29:42 +0000
+
+cdo (1.5.4+dfsg.1-4) unstable; urgency=low
+
+ * New upstream release.
+ * Add lintian-override for multiarch (debhelper 9 version) warning.
+ * Change to +dfsg name, thanks to Lintian.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 14 Feb 2012 13:57:35 +0000
+
+cdo (1.5.3.dfsg.1-2) unstable; urgency=low
+
+ * Install the contrib/ components for bash, zsh completion.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 27 Nov 2011 10:56:58 +0000
+
+cdo (1.5.3.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 24 Oct 2011 09:45:04 +0100
+
+cdo (1.5.2.dfsg.1-4) unstable; urgency=low
+
+ * CDI needs MPI version of HDF5 to build. Closes: #645545.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 18 Oct 2011 11:15:54 +0100
+
+cdo (1.5.2.dfsg.1-3) unstable; urgency=low
+
+ * Enable and ship CDI library.
+ * Multi-arch.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 15 Oct 2011 17:53:49 +0100
+
+cdo (1.5.2.dfsg.1-2) unstable; urgency=low
+
+ * Build with mpicc when mpi IS set, not the opposite, in rules file.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 12 Sep 2011 10:53:54 +0100
+
+cdo (1.5.2.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Add LDFLAGS="-Wl,--as-needed" ; fix --with-hdf6 to --with-hdf5
+ * Add "| libhdf5-dev" and optional code for an MPI version;
+ enable with DEB_BUILD_OPTIONS=mpi
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 10 Sep 2011 10:27:18 +0100
+
+cdo (1.5.1.dfsg.1-2) unstable; urgency=low
+
+ * Remove alternate build-dep "| libhdf5-dev", build only works with
+ libhdf5-serial-dev for the moment.
+ * --disable-cgribex needed to enable GRIB2 support. Closes: #633934.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 15 Jul 2011 23:47:02 +0100
+
+cdo (1.5.1.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 15 Jul 2011 13:10:33 +0100
+
+cdo (1.5.0.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Standards-Version: 3.9.2. No changes required.
+ * Use the Debian version of cfortran, rather than supply a copy.
+ Closes: #631015.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 19 Jun 2011 20:54:03 +0100
+
+cdo (1.4.7.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 27 Jan 2011 09:34:23 +0000
+
+cdo (1.4.6.dfsg.1-4) unstable; urgency=low
+
+ * jasper dependency must be conditional on mips, hppa, sparc.
+ Closes: #597975.
+ * clean rule should also remove .deps that may be left behind on
+ previous builds.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 25 Sep 2010 14:15:53 +0100
+
+cdo (1.4.6.dfsg.1-3) unstable; urgency=low
+
+ * grib-api dependency now requires libjasper to build. Closes: #597921.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 24 Sep 2010 04:02:29 +0100
+
+cdo (1.4.6.dfsg.1-2) unstable; urgency=low
+
+ * Libtool now needed. Closes: #597838.
+ * Standards-Version: 3.9.4
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 23 Sep 2010 05:01:34 +0100
+
+cdo (1.4.6.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 22 Sep 2010 15:58:09 +0100
+
+cdo (1.4.5.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 02 Jul 2010 09:04:06 +0100
+
+cdo (1.4.4.dfsg.1-2) unstable; urgency=low
+
+ * Make build-dep on grib-api conditional so that we build on sparc, hppa
+ and mips, where grib-api doesn't. Closes: #581801.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 16 May 2010 19:18:17 +0100
+
+cdo (1.4.4.dfsg.1-1) unstable; urgency=low
+
+ * Upstream release.
+ * no_sz.patch no longer needed; upstream fix.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 08 May 2010 16:04:20 +0100
+
+cdo (1.4.3.dfsg.1-2) unstable; urgency=low
+
+ * Enable GRIB-API support. Closes: #574955.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 25 Mar 2010 12:20:07 +0000
+
+cdo (1.4.3.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * New CDO Homepage. https://code.zmaw.de/projects/cdo
+ * Patch no_sz.patch: Don't require libsz for HDF5, as it cannot be included
+ in Debian for patent reasons.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 02 Mar 2010 11:07:53 +0000
+
+cdo (1.4.1.dfsg.1-2) unstable; urgency=low
+
+ * Build using ./configure rather than dh_auto_configure ; for some reason
+ the latter is currently failing.
+ * Change priority to extra, as we depend on libproj0, which is extra.
+ * Built with hdf-1.8.4 since -1 (Closes: #568220).
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 03 Feb 2010 14:33:35 +0000
+
+cdo (1.4.1.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release, with better netcdf support.
+ * Build netcdf and hdf5-1.8.4
+ * Move to Standards-Version: 3.8.4 , source format 3.0
+ * Move cdbs to debhelper 7 style build
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 03 Feb 2010 13:22:29 +0000
+
+cdo (1.4.0.1~dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 03 Nov 2009 13:30:48 +0000
+
+cdo (1.3.2~dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Move to Standards-Version: 3.8.2. No changes required.
+ * Build with netcdf support. Closes: #538244.
+ * Move to debhelper DH_COMPAT=7.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 24 Jul 2009 12:56:22 +0100
+
+cdo (1.3.1+dfsg-4) unstable; urgency=low
+
+ * Add automake dependency (checked with pbuilder). Closes: 529086.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 18 May 2009 12:38:27 +0100
+
+cdo (1.3.1+dfsg-3) unstable; urgency=low
+
+ * Add autoconf dependency. Closes: #529013.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 17 May 2009 11:46:55 +0100
+
+cdo (1.3.1+dfsg-2) unstable; urgency=low
+
+ * Now use libproj.
+ * Added ${shlibs:Depenbds} for dependencies.
+ * More docs: Add OPERATORS, NEWS, cdo.spec files.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sat, 16 May 2009 16:55:32 +0100
+
+cdo (1.3.1+dfsg-1) unstable; urgency=low
+
+ * New Upstream release; Closes: #522772.
+ * Remove pdf's from source to make it dfsg for release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 10 May 2009 19:52:19 +0100
+
+cdo (1.3.0-1) unstable; urgency=low
+
+ * Initial Debian release.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 6 Apr 2009 16:15:52 +0100
--
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