Skip to content
Commits on Source (7)
node-mapnik (3.7.2+dfsg-6) UNRELEASED; urgency=medium
node-mapnik (3.7.2+dfsg-7) UNRELEASED; urgency=medium
* Team upload.
* Bump Standards-Version to 4.4.1, no changes.
......@@ -6,6 +6,16 @@ node-mapnik (3.7.2+dfsg-6) UNRELEASED; urgency=medium
-- Bas Couwenberg <sebastic@debian.org> Fri, 12 Jul 2019 20:19:59 +0200
node-mapnik (3.7.2+dfsg-6) unstable; urgency=medium
* Team upload
* Bump debhelper compatibility level to 12
* Declare compliance with policy 4.5.0
* Add "Rules-Requires-Root: no"
* Use pkg-js-tools auto install
-- Xavier Guimard <yadd@debian.org> Sun, 26 Jan 2020 11:22:04 +0100
node-mapnik (3.7.2+dfsg-5) unstable; urgency=medium
* Team upload.
......
......@@ -3,24 +3,27 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.deb
Uploaders: David Paleino <dapal@debian.org>,
Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper (>= 10~),
Build-Depends: debhelper-compat (= 12),
dh-buildinfo,
libmapbox-wagyu-dev,
libmapnik-dev (>= 3.0.22),
libprotozero-dev (>= 1.5.1),
libprotozero-dev,
mapnik-utils,
mapnik-vector-tile (>= 1.6.1+dfsg-6),
node-gyp (>= 3.8.0-2),
node-mocha,
node-nan (>= 2.4.0),
node-pre-gyp,
libnode-dev (>= 10~),
node-sphericalmercator
Standards-Version: 4.4.1
libnode-dev,
node-sphericalmercator,
pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mapnik
Vcs-Git: https://salsa.debian.org/js-team/node-mapnik.git -b master-3.7
Homepage: https://github.com/mapnik/node-mapnik
Rules-Requires-Root: no
Package: node-mapnik
Architecture: any
......
......@@ -19,7 +19,7 @@ Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
License: Bitstream
Files: test/data/world_merc*
Copyright: http://thematicmapping.org/downloads/world_borders.php
Copyright: https://thematicmapping.org/downloads/world_borders.php
License: CC-BY-SA-3.0
Files: debian/*
......@@ -65,7 +65,7 @@ License: GPL-2+
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
......@@ -151,7 +151,7 @@ License: CC-BY-SA-3.0
defined below) for the purposes of this License.
.
c. "Creative Commons Compatible License" means a license that is listed
at http://creativecommons.org/compatiblelicenses that has been approved
at https://creativecommons.org/compatiblelicenses that has been approved
by Creative Commons as being essentially equivalent to this License,
including, at a minimum, because that license: (i) contains terms that
have the same purpose, meaning and effect as the License Elements of
......
lib usr/lib/nodejs/mapnik
package.json usr/lib/nodejs/mapnik
......@@ -16,7 +16,7 @@ ifeq (,$(findstring $(DEB_BUILD_ARCH),"amd64"))
endif
%:
dh $@
dh $@ --with nodejs
override_dh_auto_configure:
node-pre-gyp configure --enable_sse=$(SSE_MATH)
......@@ -24,12 +24,8 @@ override_dh_auto_configure:
override_dh_auto_build:
node-pre-gyp build --enable_sse=$(SSE_MATH)
override_dh_auto_install:
override_dh_auto_test:
override_dh_install:
dh_install --list-missing
dh_install
dh_buildinfo
......@@ -42,5 +38,4 @@ override_dh_install:
$(RM) $(CURDIR)/debian/*/usr/bin/mapnik-render
$(RM) $(CURDIR)/debian/*/usr/bin/mapnik-shapeindex
chmod 644 $(CURDIR)/debian/node-mapnik/usr/lib/nodejs/mapnik/lib/binding/mapnik.node
chmod 644 $(CURDIR)/debian/node-mapnik/usr/lib/*/nodejs/mapnik/lib/binding/mapnik.node
# False positive on test data
node-mapnik source: insane-line-length-in-source-file test/palette.test.js *
node-mapnik source: very-long-line-length-in-source-file test/palette.test.js *
node-mapnik source: source-contains-prebuilt-javascript-object test/palette.test.js *
node-mapnik source: source-is-missing test/palette.test.js *
Test-Command: node -e "require('mapnik');"
Depends: @