[magics] branch debian/master updated (9ecc3d2 -> d07dc33)

Alastair McKinstry mckinstry at moszumanska.debian.org
Mon Jul 17 14:22:00 UTC 2017


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

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

      from  9ecc3d2   Use g++-6 for build
      adds  1c365ac   New upstream 2.33.0
      adds  796d446   Merge tag 'upstream/2.33.0' into debian/master
      adds  9dcafa3   New upstream release
      adds  180bff7   refresh patches
      adds  6c3d995   prep release
      adds  151eb76   Standards-Version: 4.0.0., no changes required
      adds  72b7c0d   Patch needed for xml2mv.py type error
      adds  dfa4975   fix for has_key() missing in python3
      adds  c9eeeeb   New upstream release
      adds  352c241   Add watch file
       new  d07dc33   Mangle to handle the -Source in filename

The 1 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                              |   2 +-
 VERSION.cmake                               |   7 +-
 bin/ecbuild                                 |  10 +-
 cmake/FindNAG.cmake                         |  43 +++++
 cmake/VERSION.cmake                         |   8 +-
 cmake/compiler_flags/Clang_C.cmake          |   2 +-
 cmake/compiler_flags/Clang_CXX.cmake        |   2 +-
 cmake/compiler_flags/GNU_Fortran.cmake      |   2 +
 cmake/compiler_flags/Intel_Fortran.cmake    |  16 +-
 cmake/ecbuild_add_executable.cmake          |  35 +++--
 cmake/ecbuild_add_library.cmake             |  27 +++-
 cmake/ecbuild_add_test.cmake                |  21 ++-
 cmake/ecbuild_append_to_rpath.cmake         |  15 +-
 cmake/ecbuild_bundle.cmake                  |  10 +-
 cmake/ecbuild_check_os.cmake                | 171 +++++++++++++++++---
 cmake/ecbuild_compiler_flags.cmake          |  16 +-
 cmake/ecbuild_declare_project.cmake         |  11 +-
 cmake/ecbuild_define_paths.cmake            |  19 ++-
 cmake/ecbuild_find_omp.cmake                |   4 +-
 cmake/ecbuild_get_test_data.cmake           |   9 +-
 cmake/ecbuild_git.cmake                     |   6 +-
 cmake/ecbuild_install_project.cmake         |   2 +
 cmake/ecbuild_log.cmake                     |   2 +-
 cmake/ecbuild_pkgconfig.cmake               |   2 +-
 cmake/ecbuild_remove_fortran_flags.cmake    |   6 +-
 cmake/ecbuild_setup_test_framework.cmake    |  29 +++-
 cmake/ecbuild_system.cmake                  |  15 +-
 cmake/ecbuild_uninstall.cmake.in            |  15 +-
 cmake/project-config.cmake.in               |   2 +-
 debian/changelog                            |  15 ++
 debian/control                              |   2 +-
 debian/patches/cmake-config.patch           |   6 +-
 debian/patches/fix-warnings.patch           |   6 +-
 debian/patches/numpy-fixes.patch            |  12 +-
 debian/patches/pkgconfig-fix.patch          |  12 +-
 debian/patches/python-type-fix.patch        |  21 +++
 debian/patches/python3.patch                | 234 +++++++---------------------
 debian/patches/reproducibility.patch        |  12 +-
 debian/patches/rm-ksh.patch                 |  18 +--
 debian/patches/series                       |   1 +
 debian/patches/soname-version.patch         |  27 +---
 debian/patches/terralib.patch               |   6 +-
 debian/patches/unique-ptr.patch             |  80 +++++-----
 debian/watch                                |   2 +
 python/Magics/macro.py                      |   3 +-
 src/basic/LegendVisitor.cc                  |   3 +
 src/common/MagicsFormat.cc                  |  16 +-
 src/common/Matrix.cc                        | 149 ++++++++++++++++--
 src/common/Matrix.h                         |  62 ++++----
 src/common/MatrixHandler.h                  |  28 ++++
 src/common/PolarStereographicProjection.cc  |  15 +-
 src/common/Polyline.cc                      |  53 ++++---
 src/common/Polyline.h                       |   6 +
 src/decoders/BinningObject.cc               |   4 +-
 src/decoders/GribDecoder.cc                 |  13 +-
 src/decoders/GribRegularInterpretor.cc      | 206 ++++++++----------------
 src/decoders/NetcdfDecoder.h                |   3 +-
 src/decoders/NetcdfGeoMatrixInterpretor.cc  |  66 +-------
 src/decoders/ShapeDecoder.cc                |  35 ++---
 src/drivers/CairoDriver.cc                  |   2 +-
 src/drivers/PostScriptDriver.cc             |   2 +-
 src/magics.h                                |   6 +-
 src/params/WrepJSon.xml                     |   7 +-
 src/visualisers/CoastPlotting.cc            |   2 +
 src/visualisers/ColourTechnique.cc          |   4 +-
 src/visualisers/Contour.cc                  |   6 +-
 src/visualisers/CountSelectionType.cc       |   8 +-
 src/visualisers/GradientsColourTechnique.cc |  28 ++--
 src/visualisers/IsoPlot.cc                  |   2 +-
 src/visualisers/MarkerShadingTechnique.cc   |  16 +-
 src/visualisers/Streamlines.cc              |   6 +-
 src/visualisers/SymbolAdvancedTableMode.cc  |   4 +-
 src/visualisers/WindPlotting.cc             |   2 +-
 src/web/WrepJSon.cc                         |   3 +-
 tools/xml2mv.py                             |  35 ++---
 75 files changed, 1011 insertions(+), 747 deletions(-)
 create mode 100644 cmake/FindNAG.cmake
 create mode 100644 debian/patches/python-type-fix.patch
 create mode 100644 debian/watch

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



More information about the debian-science-commits mailing list