[mapnik] branch master updated (231791d -> 077ae28)

Bas Couwenberg sebastic at debian.org
Tue Sep 6 09:54:43 UTC 2016


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

sebastic pushed a change to branch master
in repository mapnik.

      from  231791d   Set distribution to experimental.
       new  a414f19   Imported Upstream version 3.0.12~rc7+ds
       new  6d17439   Merge tag 'upstream/3.0.12_rc7+ds'
       new  bf72433   New upstream release candidate.
       new  9fa4b5d   Update copyright file.
       new  077ae28   Set distribution to experimental.

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:
 .travis.yml                                        |  21 ++--
 Makefile                                           |  26 ++---
 appveyor.yml                                       |   8 +-
 bootstrap.sh                                       |  35 +++----
 circle.yml                                         |   2 +-
 debian/changelog                                   |   8 ++
 debian/copyright                                   |  23 +++++
 include/mapnik/image_view_any.hpp                  |   4 +-
 .../json/extract_bounding_box_grammar_impl.hpp     |  22 -----
 include/mapnik/json/feature_grammar_impl.hpp       |  25 -----
 include/mapnik/json/generic_json.hpp               |   5 +-
 include/mapnik/json/geometry_grammar_impl.hpp      |  25 -----
 include/mapnik/json/positions_grammar.hpp          |   3 +-
 include/mapnik/json/topojson_grammar_impl.hpp      |  24 -----
 include/mapnik/raster_colorizer.hpp                |   4 +-
 include/mapnik/value.hpp                           |   1 +
 include/mapnik/warning_ignore.hpp                  |   3 +-
 mason_latest.sh                                    |   4 +-
 plugins/input/geojson/geojson_datasource.cpp       |  31 ++----
 plugins/input/geojson/geojson_datasource.hpp       |   2 +-
 plugins/input/topojson/topojson_datasource.cpp     |  12 ++-
 scripts/ensure_test_data.sh                        |  19 ++++
 scripts/publish_release.sh                         |  35 +++++++
 scripts/travis-command-wrapper.py                  | 106 +++++++++++++++++++++
 .../json/generic_json.cpp                          |  63 ++++++------
 src/json/mapnik_topojson_grammar.cpp               |   2 +-
 src/memory_datasource.cpp                          |   8 ++
 src/math.cpp => test/unit/datasource/memory.cpp    |  35 ++++---
 test/unit/datasource/topojson.cpp                  |   6 +-
 utils/mapnik-config/build.py                       |  10 +-
 30 files changed, 334 insertions(+), 238 deletions(-)
 create mode 100755 scripts/ensure_test_data.sh
 create mode 100755 scripts/publish_release.sh
 create mode 100755 scripts/travis-command-wrapper.py
 copy include/mapnik/path_expression_grammar_impl.hpp => src/json/generic_json.cpp (57%)
 copy src/math.cpp => test/unit/datasource/memory.cpp (64%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git



More information about the Pkg-grass-devel mailing list