[Pkg-javascript-commits] [node-mapnik] branch master updated (6b68e0d -> 54e23f7)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue May 10 18:16:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository node-mapnik.
from 6b68e0d Build using node-pre-gyp
new 7319629 Imported Upstream version 3.5.12+dfsg
new 795f9a8 Merge tag 'upstream/3.5.12+dfsg'
new f905bc6 New upstream release.
new 26efb6e Bump minimum required mapnik-vector-tile version to 1.1.2.
new fea8ceb Enable parallel builds.
new d60f4ef Bump minimum required libmapnik-dev version to 3.0.11.
new 6405caf Ignore test failures.
new 1236306 Use dh_install --list-missing.
new e6323b7 Update paths to mapnik.node in overrides.
new a96790b Fix binary installation, don't install /usr/bin/i.
new 816a47f Improve extended description, include more info on Mapnik.
new a5f8409 Add patch to fix spelling errors.
new 01c2b72 Add lintian overrides for source-is-missing false positives.
new 2e62cd7 Add dependency on node-pre-gyp.
new a9a6679 Bump Standards-Version to 3.9.8, no changes.
new 01bc934 Don't install binaries & manpages also included in mapnik-utils.
new 54e23f7 Set distribution to unstable.
The 17 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 | 35 ++-
CHANGELOG.md | 19 ++
debian/changelog | 14 +-
debian/control | 14 +-
debian/lintian-overrides | 3 +
debian/manpages | 1 -
debian/mapnik-render.1 | 19 --
debian/patches/series | 1 +
debian/patches/spelling-errors.patch | 45 ++++
debian/rules | 23 +-
debian/source.lintian-overrides | 10 +
deps/clipper/clipper.cpp | 22 +-
package.json | 4 +-
scripts/build-appveyor.bat | 1 -
scripts/is_pr_merge.sh | 27 +++
scripts/publish.sh | 26 ++
src/mapnik_vector_tile.cpp | 269 ++++++++++++++++-----
test/data/vector_tile/compositing/25084.vector.pbf | Bin 0 -> 10847 bytes
.../vector_tile/compositing/25084_2.vector.pbf | Bin 0 -> 4623 bytes
.../vector_tile/compositing/expected/2-1-1b.png | Bin 154578 -> 154481 bytes
.../expected/world-reencode-max-extent.png | Bin 7991 -> 7991 bytes
.../compositing/expected/world-reencode.png | Bin 7984 -> 7983 bytes
test/vector-tile.composite.test.js | 16 ++
test/vector-tile.test.js | 34 ++-
24 files changed, 462 insertions(+), 121 deletions(-)
create mode 100644 debian/lintian-overrides
delete mode 100644 debian/mapnik-render.1
create mode 100644 debian/patches/spelling-errors.patch
create mode 100644 debian/source.lintian-overrides
create mode 100755 scripts/is_pr_merge.sh
create mode 100755 scripts/publish.sh
create mode 100644 test/data/vector_tile/compositing/25084.vector.pbf
create mode 100644 test/data/vector_tile/compositing/25084_2.vector.pbf
--
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