[Pkg-javascript-commits] [node-mapnik] branch master updated (0be9148 -> eb6089b)

Jérémy Lal kapouer at moszumanska.debian.org
Sun Feb 9 18:57:20 UTC 2014


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

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

      from  0be9148   Fix paths in rules
       new  7fdfb53   Imported Upstream version 1.2.3
       new  3698a7e   Merge tag 'upstream/1.2.3'
       new  0530f6b   Remove empty series file
       new  5dafa06   Standards-Version 3.9.5
       new  8d4c8f7   Depends mapnik-vector-tile 0.3.4~
       new  eb6089b   Update changelog

The 6 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                                     |      5 +
 .travis.yml                                    |     21 +-
 CHANGELOG.md                                   |     34 +-
 Makefile                                       |      2 +-
 README.md                                      |      5 +-
 binding.gyp                                    |     34 +-
 configure                                      |      3 +-
 debian/changelog                               |      8 +
 debian/control                                 |      4 +-
 debian/patches/series                          |      0
 package.json                                   |      8 +-
 src/ds_emitter.hpp                             |     67 +-
 src/mapnik_datasource.cpp                      |      1 +
 src/mapnik_feature.cpp                         |     56 +-
 src/mapnik_feature.hpp                         |      2 +
 src/mapnik_image.cpp                           |    121 +-
 src/mapnik_image.hpp                           |      3 +
 src/mapnik_image_view.cpp                      |      7 +-
 src/mapnik_vector_tile.cpp                     |    223 +-
 src/mapnik_vector_tile.hpp                     |      1 +
 src/node_mapnik.cpp                            |     84 +-
 test/compositing.test.js                       |      4 +-
 test/data/vector_tile/6.20.34.pbf              |    Bin 0 -> 2009 bytes
 test/data/vector_tile/tile0-c.expected.png     |    Bin 0 -> 14137 bytes
 test/data/vector_tile/tile0.expected.grid.json |    200 +-
 test/data/world_merc.converted.geojson         | 119953 ++++++++++++++++++++++
 test/datasource.test.js                        |     13 +-
 test/feature.test.js                           |     76 +-
 test/image.test.js                             |     31 +-
 test/image_view.test.js                        |     18 +
 test/{stylesheet.xml => markers.xml}           |      7 +
 test/shp2geojson.test.js                       |     29 +
 test/support/helper.js                         |      2 +-
 test/unicode-loading.test.js                   |     10 +-
 test/vector-tile.test.js                       |    304 +-
 vcbuild-old.bat                                |     16 -
 vcbuild.bat                                    |      4 +-
 wscript                                        |    209 -
 38 files changed, 121082 insertions(+), 483 deletions(-)
 delete mode 100644 debian/patches/series
 create mode 100644 test/data/vector_tile/6.20.34.pbf
 create mode 100644 test/data/vector_tile/tile0-c.expected.png
 create mode 100644 test/data/world_merc.converted.geojson
 copy test/{stylesheet.xml => markers.xml} (82%)
 create mode 100644 test/shp2geojson.test.js
 delete mode 100644 vcbuild-old.bat
 delete mode 100644 wscript

-- 
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