[cdo] branch debian/master updated (34d045b -> be63f80)
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Aug 1 16:32:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a change to branch debian/master
in repository cdo.
from 34d045b Prep 1.9.0~rc1-1 release
new d91c560 Removed redundant dh-autoreconf, autoconf, automake
adds 207b209 release 1.9.0
new 9bbf933 Merge tag 'upstream/1.9.0' into debian/master
new be63f80 Version number now 1.9.0-1
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 26 +-
NEWS | 11 +-
README | 2 +-
cdo.spec | 2 +-
config/default | 36 +-
configure | 20 +-
configure.ac | 2 +-
contrib/cdoCompletion.bash | 1 +
contrib/cdoCompletion.tcsh | 1 +
contrib/cdoCompletion.zsh | 1 +
debian/changelog | 6 +
debian/control | 4 +-
libcdi/ChangeLog | 14 +-
libcdi/app/printinfo.h | 59 +-
libcdi/src/cdf_util.c | 8 +-
libcdi/src/cdf_write.c | 7 +-
libcdi/src/cdi.inc | 2 +-
libcdi/src/cdiFortran.c | 10 +
libcdi/src/cgribexlib.c | 210 ++---
libcdi/src/stream.c | 12 +-
libcdi/src/stream_cdf_i.c | 2 +
libcdi/src/stream_cgribex.c | 17 +-
src/Afterburner.cc | 2 +-
src/Arith.cc | 9 +-
src/CDIwrite.cc | 14 +-
src/Fillmiss.cc | 16 +-
src/Importamsr.cc | 2 +-
src/Importbinary.cc | 2 +-
src/Importcmsaf.cc | 2 +-
src/Importobs.cc | 2 +-
src/Invertlev.cc | 16 +-
src/Makefile.am | 4 +-
src/Makefile.in | 92 ++-
src/Remap.cc | 43 +-
src/Remapeta.cc | 10 +-
src/Runstat.cc | 20 +-
src/Samplegridicon.cc | 4 +-
src/Seasstat.cc | 24 +-
src/Settime.cc | 48 +-
src/Split.cc | 43 +-
src/Timselstat.cc | 25 +-
src/Timstat.cc | 35 +-
src/Timstat2.cc | 64 +-
src/Vertintml.cc | 24 +-
src/WindTrans.cc | 52 +-
src/XTimstat.cc | 11 +-
src/Ydaystat.cc | 23 +-
src/Ydrunstat.cc | 15 +-
src/Yhourstat.cc | 23 +-
src/Ymonstat.cc | 27 +-
src/Yseasstat.cc | 23 +-
src/argument.cc | 103 +++
src/argument.h | 24 +
src/cdo.cc | 4 +-
src/field.h | 8 +
src/fieldmem.cc | 22 +-
src/grid.cc | 6 +
src/modules.cc | 1 -
src/operator_help.h | 2 +-
src/percentiles.cc | 28 +-
src/percentiles.h | 8 +-
src/pipe.cc | 575 +++++---------
src/pipe.h | 46 +-
src/printinfo.h | 50 +-
src/process.cc | 36 +-
src/process.h | 12 +-
src/pstream.cc | 1821 +++++++++++++++++++++++--------------------
src/pstream.h | 83 +-
src/pstream_int.h | 1 -
src/pstream_write.h | 1 +
src/remap_bilinear_scrip.cc | 24 +-
src/remap_conserv.cc | 88 +--
src/remap_conserv_scrip.cc | 27 +-
src/remap_scrip_io.cc | 2 +-
src/remap_search_reg2d.cc | 8 +-
src/remap_store_link.cc | 56 +-
src/remap_store_link.h | 14 +-
src/table.cc | 3 +-
src/util.cc | 98 ---
src/util.h | 18 +-
test/Ensstat.test.in | 4 +-
test/wildcard.test.in | 3 +-
82 files changed, 2191 insertions(+), 2113 deletions(-)
create mode 100644 src/argument.cc
create mode 100644 src/argument.h
--
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