[mapnik-vector-tile] branch master updated (3ad687b -> 109b125)

Bas Couwenberg sebastic at debian.org
Tue Sep 26 20:15:07 UTC 2017


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

sebastic pushed a change to branch master
in repository mapnik-vector-tile.

      from  3ad687b   Bump Standards-Version to 4.1.0, changes: priority.
       new  dc6ed0a   Don't exclude catch from repacked upstream tarball. (closes: #876902)
       new  1d1eafd   New upstream version 1.4.0+dfsg1
       new  7a5a5f8   Merge tag 'upstream/1.4.0+dfsg1'
       new  fbcd4bc   New repacked upstream release.
       new  51d0dae   Add license & copyright for catch.hpp.
       new  2cb2698   Don't use catch Debian package. (closes: #876902)
       new  bd83bcf   New upstream version 1.5.0+dfsg
       new  9d4b2ca   Merge tag 'upstream/1.5.0+dfsg'
       new  10f0d36   New upstream release.
       new  1e94e54   Drop mapnik-config.patch, fixed upstream.
       new  57bf7a8   Have dh_auto_build use release_base target.
       new  3896852   Don't remove catch.hpp in clean target.
       new  ac76818   Add patch to not use mason in Makefile (dependencies are packaged).
       new  109b125   Set distribution to unstable.

The 14 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 +-
 CHANGELOG.md                                     |    5 +
 Makefile                                         |   54 +-
 README.md                                        |   39 +-
 bootstrap.sh                                     |   32 +-
 debian/changelog                                 |   15 +-
 debian/clean                                     |    1 -
 debian/control                                   |    1 -
 debian/copyright                                 |   11 +-
 debian/patches/mapnik-config.patch               |   96 -
 debian/patches/no-mason.patch                    |   18 +
 debian/patches/series                            |    2 +-
 debian/patches/skip-tests-for-missing-data.patch |    4 +-
 debian/patches/use-protozero-package.patch       |   18 +-
 debian/rules                                     |    3 +-
 examples/c++/tileinfo.cpp                        |    6 +-
 gyp/build.gyp                                    |   32 +-
 install_mason.sh                                 |   17 +-
 package.json                                     |    2 +-
 scripts/build.sh                                 |   11 +-
 src/vector_tile_layer.hpp                        |   14 +-
 src/vector_tile_processor.hpp                    |   12 +-
 src/vector_tile_processor.ipp                    |    4 +-
 test/catch.hpp                                   | 9460 ++++++++++++++++++++++
 test/geometry_visual_test.cpp                    |    1 -
 test/run.sh                                      |   10 +
 test/system/processor_and_datasource.cpp         |   36 +
 test/unit/layer_impl/layer.cpp                   |   67 +
 test/unit/processor/variables.cpp                |   33 +
 29 files changed, 9816 insertions(+), 209 deletions(-)
 delete mode 100644 debian/patches/mapnik-config.patch
 create mode 100644 debian/patches/no-mason.patch
 create mode 100644 test/catch.hpp
 create mode 100755 test/run.sh
 create mode 100644 test/unit/layer_impl/layer.cpp
 create mode 100644 test/unit/processor/variables.cpp

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



More information about the Pkg-grass-devel mailing list