diff -Nru node-mapnik-3.7.1+dfsg/debian/changelog node-mapnik-3.7.2+dfsg/debian/changelog --- node-mapnik-3.7.1+dfsg/debian/changelog 2018-04-05 16:04:09.000000000 +0000 +++ node-mapnik-3.7.2+dfsg/debian/changelog 2019-07-14 14:00:00.000000000 +0000 @@ -1,3 +1,51 @@ +node-mapnik (3.7.2+dfsg-2~bionic2) bionic; urgency=medium + + * No change rebuild for GDAL 2.4.2 transition. + + -- Angelos Tzotsos Sun, 14 Jul 2019 16:00:00 +0200 + +node-mapnik (3.7.2+dfsg-2~bionic1) bionic; urgency=medium + + * No change rebuild for GDAL 2.4.0 transition. + + -- Angelos Tzotsos Wed, 27 Feb 2019 21:00:00 +0200 + +node-mapnik (3.7.2+dfsg-2~bionic0) bionic; urgency=medium + + * No change rebuild for Bionic. + + -- Angelos Tzotsos Sat, 17 Nov 2018 19:00:00 +0200 + +node-mapnik (3.7.2+dfsg-2) unstable; urgency=medium + + * Team upload. + * Move from experimental to unstable. + + -- Bas Couwenberg Tue, 09 Oct 2018 19:21:48 +0200 + +node-mapnik (3.7.2+dfsg-2~exp1) experimental; urgency=medium + + * Team upload. + * Rebuild with Mapnik 3.0.21. + * Bump Standards-Version to 4.2.1, no changes. + + -- Bas Couwenberg Mon, 08 Oct 2018 18:39:10 +0200 + +node-mapnik (3.7.2+dfsg-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + + -- Bas Couwenberg Sat, 14 Apr 2018 19:28:58 +0200 + +node-mapnik (3.7.1+dfsg-4) unstable; urgency=medium + + * Team upload. + * Bump Standards-Version to 4.1.4, no changes. + * Rebuild with Mapnik 3.0.20. + + -- Bas Couwenberg Sat, 14 Apr 2018 13:32:28 +0200 + node-mapnik (3.7.1+dfsg-3) unstable; urgency=medium * Team upload. diff -Nru node-mapnik-3.7.1+dfsg/debian/control node-mapnik-3.7.2+dfsg/debian/control --- node-mapnik-3.7.1+dfsg/debian/control 2018-03-06 15:25:44.000000000 +0000 +++ node-mapnik-3.7.2+dfsg/debian/control 2018-10-08 16:50:56.000000000 +0000 @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9~), dh-buildinfo, libmapbox-wagyu-dev, - libmapnik-dev (>= 3.0.19), + libmapnik-dev (>= 3.0.21), libprotozero-dev (>= 1.5.1), mapnik-utils, mapnik-vector-tile (>= 1.6.1), @@ -17,9 +17,9 @@ node-pre-gyp, nodejs-dev, node-sphericalmercator -Standards-Version: 4.1.3 +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/js-team/node-mapnik -Vcs-Git: https://salsa.debian.org/js-team/node-mapnik.git +Vcs-Git: https://salsa.debian.org/js-team/node-mapnik.git -b master-3.7 Homepage: https://github.com/mapnik/node-mapnik Package: node-mapnik diff -Nru node-mapnik-3.7.1+dfsg/debian/gbp.conf node-mapnik-3.7.2+dfsg/debian/gbp.conf --- node-mapnik-3.7.1+dfsg/debian/gbp.conf 2016-08-07 10:35:34.000000000 +0000 +++ node-mapnik-3.7.2+dfsg/debian/gbp.conf 2018-10-08 16:37:57.000000000 +0000 @@ -6,7 +6,7 @@ # The default name for the Debian branch is "master". # Change it if the name is different (for instance, "debian/unstable"). -debian-branch = master +debian-branch = master-3.7 # git-import-orig uses the following names for the upstream tags. # Change the value if you are not using git-import-orig diff -Nru node-mapnik-3.7.1+dfsg/package.json node-mapnik-3.7.2+dfsg/package.json --- node-mapnik-3.7.1+dfsg/package.json 2018-03-02 17:08:30.000000000 +0000 +++ node-mapnik-3.7.2+dfsg/package.json 2018-04-13 17:50:48.000000000 +0000 @@ -4,8 +4,8 @@ "url": "http://github.com/mapnik/node-mapnik", "homepage": "http://mapnik.org", "author": "Dane Springmeyer (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", diff -Nru node-mapnik-3.7.1+dfsg/scripts/install_deps.sh node-mapnik-3.7.2+dfsg/scripts/install_deps.sh --- node-mapnik-3.7.1+dfsg/scripts/install_deps.sh 2018-03-02 17:08:30.000000000 +0000 +++ node-mapnik-3.7.2+dfsg/scripts/install_deps.sh 2018-04-13 17:50:48.000000000 +0000 @@ -36,5 +36,5 @@ # 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 diff -Nru node-mapnik-3.7.1+dfsg/scripts/setup.sh node-mapnik-3.7.2+dfsg/scripts/setup.sh --- node-mapnik-3.7.1+dfsg/scripts/setup.sh 2018-03-02 17:08:30.000000000 +0000 +++ node-mapnik-3.7.2+dfsg/scripts/setup.sh 2018-04-13 17:50:48.000000000 +0000 @@ -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)