[eccodes] branch debian/master updated (6da515f -> 99a7db0)

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Sep 20 15:24:36 UTC 2017


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

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

      from  6da515f   2.4.0-4 release
      adds  1f30c78   upstream release 2.4.1
       new  e5966f2   Merge tag 'upstream/2.4.1' into debian/master
       new  c5eb3dd   New upstream release
       new  949ae4c     - patches refreshed.   - patch for cmake fix obsolete; fixed upstream
       new  91818e3   fix error in patch refresh
       new  99a7db0   release 2.4.1-1 to unstable

The 5 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:
 CMakeLists.txt                                  |  42 ++--
 VERSION.cmake                                   |   2 +-
 cmake/FindGd.cmake                              |  59 ++++++
 cmake/FindPangoCairo.cmake                      |  25 ++-
 cmake/VERSION.cmake                             |   4 +-
 cmake/contrib/FindNetCDF4.cmake                 |   4 +-
 cmake/ecbuild_add_library.cmake                 |  56 ++---
 cmake/ecbuild_add_test.cmake                    |  48 ++---
 cmake/ecbuild_define_options.cmake              |   6 +
 cmake/ecbuild_find_package.cmake                |   4 +
 debian/changelog                                |   8 +
 debian/patches/disable-download-tests.patch     |  22 +-
 debian/patches/findnetcdf4-fix.patch            |  27 ---
 debian/patches/grib_bits.diff                   |  52 ++---
 debian/patches/memfs.patch                      |   6 +-
 debian/patches/numpy-fixes.patch                |   6 +-
 debian/patches/py3-fixes.patch                  |  30 +--
 debian/patches/python3.patch                    |  48 ++---
 debian/patches/remove-rpms.patch                |   6 +-
 debian/patches/reproducible.patch               |  30 +--
 debian/patches/series                           |   1 -
 debian/patches/static-fix.patch                 |  54 ++---
 debian/patches/static-libs.patch                |  34 ++--
 definitions/CMakeLists.txt                      |  36 ++--
 definitions/grib1/boot.def                      |   1 +
 definitions/grib2/section.6.def                 |  10 +-
 definitions/grib3/template.component.9.0.def    |   1 +
 definitions/mars/class.table                    |   1 +
 fortran/CMakeLists.txt                          |   7 +-
 ifs_samples/CMakeLists.txt                      |  15 +-
 samples/CMakeLists.txt                          |  10 +-
 share/ecbuild/toolchains/ecmwf-XC30-Cray.cmake  |   6 +
 share/ecbuild/toolchains/ecmwf-XC30-GNU.cmake   |   6 +
 share/ecbuild/toolchains/ecmwf-XC30-Intel.cmake |   6 +
 src/CMakeLists.txt                              |   5 +-
 src/grib_accessor_class_bufr_data_array.c       |   5 +-
 src/grib_accessor_class_data_g22order_packing.c | 205 ++++++++++++++-----
 src/grib_accessor_class_offset_values.c         |  79 +++----
 src/grib_accessor_class_scale_values.c          |  80 ++++----
 src/grib_accessor_class_statistics.c            |  50 +++--
 src/grib_api_prototypes.h                       |   2 +-
 src/grib_api_version.c                          |   2 +-
 src/grib_bits.c                                 |  37 ++--
 src/grib_bits_any_endian.c                      |  14 +-
 src/grib_bits_fast_big_endian.c                 | 233 +++++++++++----------
 tests/grib_statistics.sh                        |  23 ++-
 tests/grib_util_set_spec.sh                     |  18 +-
 tools/grib_get_data.c                           |  54 ++++-
 tools/grib_histogram.c                          | 260 +++++++++++-------------
 tools/grib_to_netcdf.c                          |   6 +-
 version.sh                                      |   2 +-
 51 files changed, 1021 insertions(+), 727 deletions(-)
 create mode 100644 cmake/FindGd.cmake
 delete mode 100644 debian/patches/findnetcdf4-fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eccodes.git



More information about the debian-science-commits mailing list