[Pkg-javascript-commits] [Git][js-team/node-mapnik][master] 4 commits: New upstream version 3.7.2+dfsg
Bas Couwenberg
gitlab at salsa.debian.org
Sat Apr 14 18:48:58 BST 2018
Bas Couwenberg pushed to branch master at Debian JavaScript Maintainers / node-mapnik
Commits:
7876922e by Bas Couwenberg at 2018-04-14T19:26:22+02:00
New upstream version 3.7.2+dfsg
- - - - -
bc1003ca by Bas Couwenberg at 2018-04-14T19:26:37+02:00
Merge tag 'upstream/3.7.2+dfsg'
Upstream version 3.7.2+dfsg
- - - - -
035c8812 by Bas Couwenberg at 2018-04-14T19:26:58+02:00
New upstream release.
- - - - -
98a6d7df by Bas Couwenberg at 2018-04-14T19:29:17+02:00
Set distribution to unstable.
- - - - -
4 changed files:
- debian/changelog
- package.json
- scripts/install_deps.sh
- scripts/setup.sh
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-mapnik (3.7.2+dfsg-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 14 Apr 2018 19:28:58 +0200
+
node-mapnik (3.7.1+dfsg-4) unstable; urgency=medium
* Team upload.
=====================================
package.json
=====================================
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"url": "http://github.com/mapnik/node-mapnik",
"homepage": "http://mapnik.org",
"author": "Dane Springmeyer <dane at mapbox.com> (mapnik.org)",
- "version": "3.7.1",
- "mapnik_version":"v3.0.18",
+ "version": "3.7.2",
+ "mapnik_version":"v3.0.20",
"main": "./lib/mapnik.js",
"binary": {
"module_name": "mapnik",
=====================================
scripts/install_deps.sh
=====================================
--- a/scripts/install_deps.sh
+++ b/scripts/install_deps.sh
@@ -36,5 +36,5 @@ if [ ! -f ./mason_packages/.link/bin/mapnik-config ]; then
# NOTE: sync this version with the `mapnik_version` in package.json (which is used for windows builds)
# In the future we could pull from that version automatically if mason were to support knowing the right dep
# versions to install automatically. Until then there is not much point since the deps are still hardcoded here.
- install mapnik 3.0.18
+ install mapnik 3.0.20
fi
=====================================
scripts/setup.sh
=====================================
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -3,7 +3,7 @@
set -eu
set -o pipefail
-export MASON_RELEASE="${MASON_RELEASE:-89d9b31}"
+export MASON_RELEASE="${MASON_RELEASE:-25b578c}"
export MASON_LLVM_RELEASE="${MASON_LLVM_RELEASE:-5.0.0}"
PLATFORM=$(uname | tr A-Z a-z)
View it on GitLab: https://salsa.debian.org/js-team/node-mapnik/compare/bd0ec08f4156d70c9c460f004f1764362557d85d...98a6d7df4e2fe898fb2ab2196153dcf6fa1e6696
---
View it on GitLab: https://salsa.debian.org/js-team/node-mapnik/compare/bd0ec08f4156d70c9c460f004f1764362557d85d...98a6d7df4e2fe898fb2ab2196153dcf6fa1e6696
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20180414/b8cd8572/attachment-0001.html>
More information about the Pkg-javascript-commits
mailing list