[cdo] 04/16: * New upstream release * Standards-Version: 3.9.8

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


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

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

commit ec6c4b699fb23fba785ee1537ae6074bfdb210cf
Merge: f7d7e8a f305ea5
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Apr 27 10:17:05 2016 +0100

    * New upstream release
    * Standards-Version: 3.9.8

 ChangeLog                                      |    99 +-
 Makefile.am                                    |     2 +-
 Makefile.in                                    |     4 +-
 NEWS                                           |    20 +
 OPERATORS                                      |    91 +-
 cdo.spec                                       |     2 +-
 config/default                                 |    54 +-
 configure                                      |   112 +-
 configure.ac                                   |    22 +-
 contrib/Makefile.in                            |     2 +
 contrib/cdoCompletion.bash                     |   800 +-
 contrib/cdoCompletion.tcsh                     |   800 +-
 contrib/cdoCompletion.zsh                      |   800 +-
 debian/changelog                               |     7 +
 debian/control                                 |     2 +-
 libcdi/ChangeLog                               |    37 +
 libcdi/app/cdi.c                               |    18 +-
 libcdi/app/createtable.c                       |     1 -
 libcdi/app/printinfo.h                         |    16 +-
 libcdi/configure                               |   249 +-
 libcdi/configure.ac                            |    25 +-
 libcdi/interfaces/cdi.hpp                      |     2 +-
 libcdi/src/Makefile.am                         |    17 +-
 libcdi/src/Makefile.in                         |    85 +-
 libcdi/src/basetime.c                          |     1 -
 libcdi/src/binary.c                            |    22 +-
 libcdi/src/calendar.h                          |     9 +-
 libcdi/src/cdf_read.c                          |   720 +
 libcdi/src/cdf_write.c                         |  1272 +
 libcdi/src/cdi.h                               |    36 +-
 libcdi/src/cdi.inc                             |    38 +-
 libcdi/src/cdiFortran.c                        |    11 +
 libcdi/src/cdi_error.c                         |     2 +-
 libcdi/src/cdi_int.c                           |    13 +-
 libcdi/src/cdi_int.h                           |    51 +-
 libcdi/src/cdi_util.c                          |    48 +
 libcdi/src/cdi_uuid.h                          |    42 +
 libcdi/src/cdilib.c                            | 35864 ++++++++++++-----------
 libcdi/src/cdipio.inc                          |     2 +-
 libcdi/src/cgribex.h                           |    15 +-
 libcdi/src/cgribexlib.c                        |  2918 +-
 libcdi/src/config.h.in                         |     3 +-
 libcdi/src/create_uuid.h                       |    23 -
 libcdi/src/dmemory.h                           |     8 +
 libcdi/src/error.c                             |     8 +-
 libcdi/src/error.h                             |    10 +-
 libcdi/src/gaussgrid.h                         |    10 +-
 libcdi/src/grb_read.c                          |   239 +
 libcdi/src/grb_write.c                         |   257 +
 libcdi/src/gribapi_utilities.c                 |    62 +-
 libcdi/src/gribapi_utilities.h                 |     3 +-
 libcdi/src/grid.c                              |  2075 +-
 libcdi/src/grid.h                              |    72 +-
 libcdi/src/ieglib.c                            |    14 +-
 libcdi/src/institution.c                       |     2 +-
 libcdi/src/iterator.c                          |   161 +-
 libcdi/src/iterator_fallback.c                 |   133 +-
 libcdi/src/iterator_fallback.h                 |     5 +-
 libcdi/src/iterator_grib.c                     |    87 +-
 libcdi/src/iterator_grib.h                     |     5 +-
 libcdi/src/mo_cdi.f90                          |   205 +-
 libcdi/src/namespace.h                         |     2 +-
 libcdi/src/pio_client.c                        |    10 +
 libcdi/src/pio_mpi_fw_at_reblock.c             |     3 +-
 libcdi/src/pio_server.c                        |    40 +-
 libcdi/src/pio_util.c                          |    44 -
 libcdi/src/pio_util.h                          |    11 +-
 libcdi/src/stream.c                            |   728 +-
 libcdi/src/stream_cdf.c                        |  3958 +--
 libcdi/src/stream_cdf.h                        |    12 +-
 libcdi/src/stream_cgribex.c                    |   107 +-
 libcdi/src/stream_cgribex.h                    |     6 +-
 libcdi/src/stream_ext.c                        |    56 +-
 libcdi/src/stream_fcommon.c                    |     5 +-
 libcdi/src/stream_grb.c                        |   635 +-
 libcdi/src/stream_grb.h                        |    20 +-
 libcdi/src/stream_gribapi.c                    |   233 +-
 libcdi/src/stream_gribapi.h                    |     6 +-
 libcdi/src/stream_ieg.c                        |   133 +-
 libcdi/src/stream_read.c                       |   357 +
 libcdi/src/stream_record.c                     |   143 +-
 libcdi/src/stream_srv.c                        |   130 +-
 libcdi/src/stream_write.c                      |   431 +
 libcdi/src/subtype.c                           |   134 +-
 libcdi/src/table.c                             |     4 +-
 libcdi/src/table.h                             |   355 +-
 libcdi/src/taxis.c                             |   113 +-
 libcdi/src/timebase.h                          |     8 +
 libcdi/src/util.c                              |    16 +-
 libcdi/src/varscan.c                           |    57 +-
 libcdi/src/varscan.h                           |     6 +-
 libcdi/src/vlist.c                             |    66 +-
 libcdi/src/vlist.h                             |    14 +-
 libcdi/src/vlist_var.c                         |    17 +-
 libcdi/src/zaxis.c                             |    36 +-
 libcdi/tables/gen_tableheaderfile.in           |    22 +-
 libcdi/tests/cksum_read.c                      |     4 +
 libcdi/tests/cksum_write.c                     |     6 +-
 libcdi/tests/deco2d_model.c                    |    38 +-
 libcdi/tests/pio_write.c                       |    18 +-
 libcdi/tests/pio_write.h                       |     2 +-
 libcdi/tests/simple_model.c                    |    42 +-
 libcdi/tests/test_resource_copy.c              |     7 +-
 m4/acx_options.m4                              |     6 +-
 src/Adisit.c                                   |    16 +-
 src/Afterburner.c                              |    87 +-
 src/Arith.c                                    |    13 +-
 src/Arithc.c                                   |     9 +-
 src/Arithdays.c                                |     9 +-
 src/Arithlat.c                                 |     2 +-
 src/CDIread.c                                  |    26 +-
 src/CDItest.c                                  |     2 +-
 src/CDIwrite.c                                 |    20 +-
 src/CMOR.c                                     |   692 +-
 src/Cat.c                                      |    47 +-
 src/CdoMagicsMapper.c                          |   166 +-
 src/CdoMagicsMapper.h                          |     4 -
 src/Change.c                                   |     2 +-
 src/Change_e5slm.c                             |     2 +-
 src/Cloudlayer.c                               |     2 +-
 src/Collgrid.c                                 |    52 +-
 src/Command.c                                  |     2 +-
 src/Comp.c                                     |     2 +-
 src/Compc.c                                    |     2 +-
 src/Complextorect.c                            |     4 +-
 src/Cond.c                                     |     2 +-
 src/Cond2.c                                    |     2 +-
 src/Condc.c                                    |     2 +-
 src/Consecstat.c                               |    14 +-
 src/Copy.c                                     |    56 +-
 src/Deltime.c                                  |     4 +-
 src/Derivepar.c                                |     2 +-
 src/Detrend.c                                  |    10 +-
 src/Diff.c                                     |     2 +-
 src/Distgrid.c                                 |     2 +-
 src/Duplicate.c                                |     4 +-
 src/EOFs.c                                     |     2 +-
 src/Echam5ini.c                                |    12 +-
 src/Enlarge.c                                  |     2 +-
 src/Enlargegrid.c                              |     2 +-
 src/Ensstat.c                                  |     2 +-
 src/Ensstat3.c                                 |     2 +-
 src/Ensval.c                                   |     2 +-
 src/Eof3d.c                                    |     2 +-
 src/Eofcoeff.c                                 |     9 +-
 src/Eofcoeff3d.c                               |    12 +-
 src/Exprf.c                                    |   604 +-
 src/FC.c                                       |     2 +-
 src/Filedes.c                                  |    47 +-
 src/Fillmiss.c                                 |     6 +-
 src/Filter.c                                   |     2 +-
 src/Fldrms.c                                   |    11 +-
 src/Fldstat.c                                  |    13 +-
 src/Fldstat2.c                                 |     6 +-
 src/Fourier.c                                  |     4 +-
 src/Gengrid.c                                  |     2 +-
 src/Gradsdes.c                                 |    15 +-
 src/Gridboxstat.c                              |    12 +-
 src/Gridcell.c                                 |    74 +-
 src/Gridsearch.c                               |     2 +-
 src/Harmonic.c                                 |     2 +-
 src/Hi.c                                       |    14 +-
 src/Histogram.c                                |     2 +-
 src/Importamsr.c                               |     2 +-
 src/Importbinary.c                             |     2 +-
 src/Importcmsaf.c                              |     2 +-
 src/Importobs.c                                |     2 +-
 src/Info.c                                     |     2 +-
 src/Input.c                                    |     2 +-
 src/Intgrid.c                                  |     2 +-
 src/Intgridtraj.c                              |     2 +-
 src/Intlevel.c                                 |     2 +-
 src/Intlevel3d.c                               |     2 +-
 src/Intntime.c                                 |     2 +-
 src/Inttime.c                                  |     2 +-
 src/Intyear.c                                  |     2 +-
 src/Invert.c                                   |    68 +-
 src/Invertlev.c                                |     2 +-
 src/Isosurface.c                               |     2 +-
 src/Kvl.c                                      |     2 +-
 src/Log.c                                      |     2 +-
 src/Maggraph.c                                 |   386 +-
 src/Magplot.c                                  |   910 +-
 src/Magvector.c                                |   323 +-
 src/Makefile.am                                |    12 +-
 src/Makefile.in                                |   311 +-
 src/Maskbox.c                                  |     2 +-
 src/Mastrfu.c                                  |     2 +-
 src/Math.c                                     |     4 +-
 src/Merge.c                                    |     2 +-
 src/Mergegrid.c                                |     2 +-
 src/Mergetime.c                                |    17 +-
 src/Merstat.c                                  |    13 +-
 src/Monarith.c                                 |    20 +-
 src/Mrotuv.c                                   |     2 +-
 src/Mrotuvb.c                                  |     2 +-
 src/Ninfo.c                                    |     2 +-
 src/Nmltest.c                                  |     2 +-
 src/Output.c                                   |     2 +-
 src/Outputgmt.c                                |   902 +-
 src/Pack.c                                     |     2 +-
 src/{Vardup.c => Pardup.c}                     |     8 +-
 src/Pinfo.c                                    |     2 +-
 src/Pressure.c                                 |     2 +-
 src/Regres.c                                   |    18 +-
 src/Remap.c                                    |     4 +-
 src/Remapeta.c                                 |     9 +-
 src/Replace.c                                  |     2 +-
 src/Replacevalues.c                            |     2 +-
 src/Rhopot.c                                   |    16 +-
 src/Rotuv.c                                    |     2 +-
 src/Runstat.c                                  |     8 +-
 src/Seascount.c                                |     6 +-
 src/Seasstat.c                                 |    17 +-
 src/Selbox.c                                   |     2 +-
 src/Select.c                                   |   470 +-
 src/Seloperator.c                              |     2 +-
 src/Selrec.c                                   |     6 +-
 src/Seltime.c                                  |   124 +-
 src/Selvar.c                                   |    35 +-
 src/Set.c                                      |     2 +-
 src/Setbox.c                                   |     2 +-
 src/Setgatt.c                                  |     2 +-
 src/Setgrid.c                                  |     2 +-
 src/Sethalo.c                                  |     2 +-
 src/Setmiss.c                                  |     2 +-
 src/Setpartab.c                                |    66 +-
 src/Setrcaname.c                               |     2 +-
 src/Settime.c                                  |    16 +-
 src/Setzaxis.c                                 |     2 +-
 src/Showinfo.c                                 |     2 +-
 src/Sinfo.c                                    |     9 +-
 src/Smooth9.c                                  |     2 +-
 src/Sort.c                                     |     2 +-
 src/Sorttimestamp.c                            |     2 +-
 src/Specinfo.c                                 |     2 +-
 src/Spectral.c                                 |     2 +-
 src/Spectrum.c                                 |     2 +-
 src/Split.c                                    |     2 +-
 src/Splitrec.c                                 |     2 +-
 src/Splitsel.c                                 |     9 +-
 src/Splittime.c                                |     2 +-
 src/Splityear.c                                |     2 +-
 src/StringUtilities.c                          |    85 +-
 src/StringUtilities.h                          |     7 +-
 src/Subtrend.c                                 |     4 +-
 src/Tee.c                                      |     2 +-
 src/Templates.c                                |    51 +-
 src/Test.c                                     |     2 +-
 src/Tests.c                                    |     2 +-
 src/Timcount.c                                 |     6 +-
 src/Timedt.c                                   |   121 +
 src/Timselstat.c                               |    15 +-
 src/Timsort.c                                  |     2 +-
 src/Timstat.c                                  |   349 +-
 src/Timstat2.c                                 |    32 +-
 src/Timstat3.c                                 |    45 +-
 src/Tinfo.c                                    |     3 +-
 src/Tocomplex.c                                |     4 +-
 src/Transpose.c                                |     2 +-
 src/Trend.c                                    |    18 +-
 src/Trms.c                                     |    10 +-
 src/Tstepcount.c                               |     2 +-
 src/Vargen.c                                   |     4 +-
 src/Varrms.c                                   |     2 +-
 src/Verifygrid.c                               |  1188 +
 src/Vertcum.c                                  |     4 +-
 src/Vertintap.c                                |     2 +-
 src/Vertintml.c                                |     2 +-
 src/Vertstat.c                                 |    19 +-
 src/Vertwind.c                                 |     2 +-
 src/Wct.c                                      |    13 +-
 src/Wind.c                                     |     4 +-
 src/Writegrid.c                                |     2 +-
 src/Writerandom.c                              |     4 +-
 src/XTimstat.c                                 |   440 +-
 src/YAR.c                                      |     2 +-
 src/Ydayarith.c                                |   131 +-
 src/Ydaypctl.c                                 |    65 +-
 src/Ydaystat.c                                 |    65 +-
 src/Ydrunpctl.c                                |    17 +-
 src/Ydrunstat.c                                |     9 +-
 src/Yearmonstat.c                              |    10 +-
 src/Yhourarith.c                               |    18 +-
 src/Yhourstat.c                                |    18 +-
 src/Ymonarith.c                                |    20 +-
 src/Ymonpctl.c                                 |    59 +-
 src/Ymonstat.c                                 |    18 +-
 src/Yseaspctl.c                                |     9 +-
 src/Yseasstat.c                                |    17 +-
 src/Zonstat.c                                  |    12 +-
 src/after_sptrans.c                            |     6 +
 {libcdi/src => src}/calendar.h                 |     9 +-
 src/cdi_uuid.h                                 |    42 +
 src/cdo.c                                      |   197 +-
 src/cdo.h                                      |     2 +-
 src/cdo_getopt.c                               |     2 +-
 src/cdo_getopt.h                               |     2 +-
 src/cdo_history.c                              |    11 +-
 src/cdo_int.h                                  |    26 +-
 src/cdo_pthread.c                              |     2 +-
 src/cdo_vlist.c                                |    54 +-
 src/commandline.c                              |     2 +-
 src/compare.h                                  |     2 +-
 src/config.h.in                                |    15 +
 src/dmemory.h                                  |    17 +-
 src/ecacore.c                                  |    27 +-
 src/error.h                                    |    49 +
 src/exception.c                                |    41 +-
 src/expr.c                                     |  1739 +-
 src/expr.h                                     |   183 +-
 src/expr_fun.c                                 |    76 +
 src/{cdo.h => expr_fun.h}                      |    12 +-
 src/expr_lex.c                                 |   385 +-
 src/expr_yacc.c                                |   527 +-
 src/expr_yacc.h                                |    42 +-
 src/features.c                                 |     3 +
 src/field.c                                    |   260 +-
 src/field.h                                    |    90 +-
 src/field2.c                                   |   881 +-
 src/fieldc.c                                   |    10 +-
 src/fieldmem.c                                 |    32 +-
 src/fieldmer.c                                 |     8 +-
 src/fieldzon.c                                 |     8 +-
 src/grid.c                                     |   193 +-
 src/grid.h                                     |     4 -
 src/grid_area.c                                |    62 +-
 src/grid_search.c                              |    45 +-
 src/grid_search.h                              |     2 +-
 src/griddes.c                                  |    10 +-
 src/griddes_nc.c                               |    50 +-
 src/gridreference.c                            |     2 +-
 src/institution.c                              |     2 +-
 src/juldate.c                                  |     7 +-
 src/kdtreelib/kdtree.h                         |   119 +-
 src/kdtreelib/kdtree_cartesian.c               |    72 +-
 src/kdtreelib/kdtree_common.c                  |    65 +-
 src/kdtreelib/kdtree_spherical.c               |    70 +-
 src/kvlist.c                                   |     2 +-
 src/kvlist.h                                   |     2 +-
 src/list.c                                     |     2 +-
 src/list.h                                     |     2 +-
 src/magics_template_parser.c                   |    84 +-
 src/magics_template_parser.h                   |    13 +-
 src/modules.c                                  |   776 +-
 src/modules.h                                  |     3 +-
 src/namelist.c                                 |     2 +-
 src/namelist.h                                 |     2 +-
 src/operator_help.h                            |   541 +-
 src/pipe.c                                     |     2 +-
 src/pipe.h                                     |     2 +-
 src/printinfo.h                                |    24 +-
 src/process.c                                  |     7 +-
 src/process.h                                  |     2 +-
 src/pstream.c                                  |    73 +-
 src/pstream.h                                  |     6 +-
 src/pstream_int.h                              |     2 +-
 src/pstream_write.h                            |     2 +-
 src/readline.c                                 |     2 +-
 src/remap.h                                    |     3 +
 src/remap_conserv.c                            |   623 +-
 src/remap_conserv_scrip.c                      |    22 +-
 src/remap_distwgt.c                            |     6 +-
 src/remap_scrip_io.c                           |   160 +-
 src/remaplib.c                                 |    25 +
 src/results_template_parser.c                  |    64 +-
 src/results_template_parser.h                  |     9 +-
 src/table.c                                    |     2 +-
 src/template_parser.c                          |   203 +-
 src/template_parser.h                          |    18 +-
 src/timebase.h                                 |    18 +
 src/timer.c                                    |     2 +-
 src/util.c                                     |    42 +-
 src/util.h                                     |     5 +-
 src/zaxis.c                                    |     2 +-
 test/{Copy_netcdf.test.in => Collgrid.test.in} |    24 +-
 test/Copy_netcdf.test.in                       |     6 +-
 test/Expr.test.in                              |    64 +
 test/Makefile.am                               |     5 +-
 test/Makefile.in                               |    21 +-
 test/data/Makefile.am                          |     7 +-
 test/data/Makefile.in                          |     9 +-
 test/data/aexpr1_ref                           |   Bin 0 -> 16800 bytes
 test/data/aexpr2_ref                           |   Bin 0 -> 16800 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/expr1_ref                            |   Bin 0 -> 6720 bytes
 test/data/expr2_ref                            |   Bin 0 -> 6720 bytes
 test/data/grib_testfile01_sinfo_ref            |     2 +-
 test/data/grib_testfile02_sinfo_ref            |     2 +-
 test/data/netcdf_testfile01_sinfon_ref         |     4 +-
 test/data/netcdf_testfile02_sinfon_ref         |     4 +-
 test/data/thread1_ref                          |   Bin 0 -> 312 bytes
 test/threads.test.in                           |    55 +
 396 files changed, 38446 insertions(+), 34668 deletions(-)

diff --cc debian/changelog
index 887e052,0000000..712511c
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,464 -1,0 +1,471 @@@
++cdo (1.7.1+dfsg.1-1) UNRELEASED; urgency=medium
++
++  * New upstream release
++  * Standards-Version: 3.9.8
++
++ -- Alastair McKinstry <mckinstry at debian.org>  Wed, 27 Apr 2016 10:15:39 +0100
++
 +cdo (1.7.0+dfsg.1-4) UNRELEASED; urgency=medium
 +
 +  * Enable 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>  Sun, 20 Mar 2016 15:37:34 +0000
 +
 +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
diff --cc debian/control
index 004cb35,0000000..0d8009d
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,50 -1,0 +1,50 @@@
 +Source: cdo
 +Section: utils
 +Priority: optional
 +Maintainer: Alastair McKinstry <mckinstry at debian.org>
 +Build-Depends: debhelper (>= 9), dh-buildinfo, libproj-dev, autoconf, automake,
 + libnetcdf-dev, netcdf-bin,
 + libhdf5-dev | libhdf5-serial-dev, libaec-dev,
 + libnetcdf-dev, netcdf-bin, libhdf5-serial-dev,  
 + libfftw3-dev, libudunits2-dev,
 + gfortran, dh-autoreconf, libopenjpeg-dev,
 + libgrib-api-dev (>= 1.14.5-2), 
 + libtool, cfortran,
 + libmagics++-dev (>= 2.24.7-7),
 + libcurl4-gnutls-dev | libcurl4-openssl-dev  | libcurl4-nss-dev,
 + libpng-dev,
 + libcmor-dev
- Standards-Version: 3.9.7
++Standards-Version: 3.9.8
 +Homepage: https://code.zmaw.de/projects/cdo
 +Vcs-Git: git://anonscm.debian.org/debian-science/packages/cdo.git
 +
 +Package: cdo
 +Section: utils
 +Architecture: any
 +Depends: ${misc:Depends}, ${shlibs:Depends}, libcdi0 ( = ${binary:Version})
 +Description: Climate Data Operators
 + Climate Data Operators are a collection of command line Operators 
 + to manipulate and analyse Climate model Data.  Supported data formats are GRIB, 
 + netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available.
 +
 +Package: libcdi0
 +Section: libs
 +Architecture: any
 +Priority: optional
 +Depends: ${misc:Depends}, ${shlibs:Depends}
 +Pre-Depends: ${misc:Pre-Depends}
 +Multi-Arch: same
 +Description: Climate Data Interface (cdi) library
 + CDI is a C and Fortran Interface to access Climate model Data.
 + Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG.
 +
 +Package: libcdi-dev
 +Section: libdevel
 +Architecture: any
 +Priority: extra
 +Depends: ${misc:Depends}, libcdi0 (= ${binary:Version})
 +Multi-Arch: same
 +Description: Development files for the climate data interface library
 + CDI is a C and Fortran Interface to access Climate model Data.
 + Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG.
 + This package provides development libraries to build against CDI.

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