[Pkg-javascript-commits] [node-mapnik] branch master updated (d2bbc43 -> 5b296c2)

Bas Couwenberg sebastic at debian.org
Sun Mar 4 12:56:23 UTC 2018


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

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

      from  d2bbc43   Set distribution to unstable.
       new  f648fb9   New upstream version 3.7.0+dfsg
       new  522271f   New upstream version 3.7.1+dfsg
       new  d1b28c0   Merge tag 'upstream/3.7.1+dfsg'
       new  c37798e   New upstream release.
       new  1ec172f   Drop patches included upstream. Refresh remaining patches.
       new  5fc5ab9   Disable SSE on non-amd64 architectures.
       new  1c598f7   Bump minimum required mapnik-vector-tile to 1.6.1.
       new  5b296c2   Set distribution to unstable.

The 8 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:
 .gitignore                                         |    4 +-
 .npmignore                                         |    2 +-
 .travis.yml                                        |   59 +-
 CHANGELOG.md                                       |   14 +
 Makefile                                           |   41 +-
 README.md                                          |   60 +-
 appveyor.yml                                       |   45 -
 binding.gyp                                        |   39 +-
 debian/changelog                                   |   10 +
 debian/control                                     |    2 +-
 debian/patches/852.patch                           |  144 --
 debian/patches/disable-sse.patch                   |   16 -
 debian/patches/no-mason.patch                      |    2 +-
 debian/patches/series                              |    3 -
 debian/patches/test_disable_raster_layer.patch     |    4 +-
 debian/patches/upstream-git.patch                  | 2495 --------------------
 debian/patches/use-packaged-dependencies.patch     |    2 +-
 debian/rules                                       |   12 +-
 gen_settings.py                                    |   39 -
 package.json                                       |   14 +-
 scripts/build-appveyor.bat                         |  136 --
 scripts/build-local.bat                            |   65 -
 ...uild_against_sdk_02-copy-deps-to-bindingdir.ps1 |   40 -
 .../build_against_sdk_03-write-mapnik.settings.ps1 |   24 -
 scripts/check_glibcxx.sh                           |   33 +
 install_mason.sh => scripts/install_deps.sh        |   20 +-
 scripts/postinstall.sh                             |   24 +
 scripts/setup.sh                                   |    6 +-
 src/glibc_workaround.cpp                           |   26 +
 src/mapnik_color.cpp                               |   29 +-
 src/mapnik_datasource.cpp                          |    4 +-
 src/mapnik_feature.cpp                             |    8 +-
 src/mapnik_featureset.cpp                          |   10 +-
 src/mapnik_geometry.cpp                            |    4 +-
 src/mapnik_grid_view.cpp                           |    6 +-
 src/mapnik_image.cpp                               |  361 +--
 src/mapnik_image_view.cpp                          |   13 +-
 src/mapnik_layer.cpp                               |   26 +-
 src/mapnik_map.cpp                                 |   36 +-
 src/mapnik_memory_datasource.cpp                   |    5 +-
 src/mapnik_projection.cpp                          |    4 +-
 src/mapnik_vector_tile.cpp                         |   18 +-
 test/data/images/san-marino.svg                    |   92 +
 .../vector_tile/compositing/expected/2-1-1b.png    |  Bin 154739 -> 154748 bytes
 .../expected/world-reencode-max-extent.png         |  Bin 7993 -> 7992 bytes
 .../compositing/expected/world-reencode.png        |  Bin 7981 -> 7980 bytes
 test/data/vector_tile/nz-1.png                     |  Bin 26701 -> 26699 bytes
 test/data/vector_tile/nz-1b.png                    |  Bin 25817 -> 25832 bytes
 test/data/vector_tile/tile-raster.expected.jpg     |  Bin 5247 -> 5230 bytes
 test/data/vector_tile/tile0-c.expected.png         |  Bin 13780 -> 13783 bytes
 .../data/vector_tile/tile0-simple_and_distance.mvt |  Bin 55751 -> 55744 bytes
 ...nce.mvt => tile0-simple_and_distance.nosse.mvt} |  Bin 55751 -> 55742 bytes
 test/data/vector_tile/tile0-simplify_distance.mvt  |  Bin 55751 -> 55744 bytes
 ...tance.mvt => tile0-simplify_distance.nosse.mvt} |  Bin 55751 -> 55742 bytes
 test/datasource.test.js                            |   13 +-
 test/image.svg.test.js                             |   14 +-
 test/vector-tile.test.js                           |   34 +-
 57 files changed, 713 insertions(+), 3345 deletions(-)
 delete mode 100644 appveyor.yml
 delete mode 100644 debian/patches/852.patch
 delete mode 100644 debian/patches/disable-sse.patch
 delete mode 100644 debian/patches/upstream-git.patch
 delete mode 100644 gen_settings.py
 delete mode 100644 scripts/build-appveyor.bat
 delete mode 100644 scripts/build-local.bat
 delete mode 100644 scripts/build_against_sdk_02-copy-deps-to-bindingdir.ps1
 delete mode 100644 scripts/build_against_sdk_03-write-mapnik.settings.ps1
 create mode 100755 scripts/check_glibcxx.sh
 rename install_mason.sh => scripts/install_deps.sh (62%)
 create mode 100644 src/glibc_workaround.cpp
 create mode 100644 test/data/images/san-marino.svg
 copy test/data/vector_tile/{tile0-simple_and_distance.mvt => tile0-simple_and_distance.nosse.mvt} (99%)
 copy test/data/vector_tile/{tile0-simple_and_distance.mvt => tile0-simplify_distance.nosse.mvt} (99%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mapnik.git



More information about the Pkg-javascript-commits mailing list