[Pkg-javascript-commits] [node-mapnik] 04/06: Reorder (build) dependencies and add node-nan to build dependencies.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Apr 8 12:00:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-mapnik.
commit e2f13959903a6898e224848b0a302adb6105da79
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Apr 8 13:34:29 2016 +0200
Reorder (build) dependencies and add node-nan to build dependencies.
---
debian/changelog | 1 +
debian/control | 13 +++++++------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0c76f9d..e026ad2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ node-mapnik (3.5.8+dfsg-1) UNRELEASED; urgency=medium
- Use stand-alone license paragraphs
* Update watch file to handle common issues.
* Add patch to use nodejs instead of node executable.
+ * Reorder (build) dependencies and add node-nan to build dependencies.
-- Bas Couwenberg <sebastic at debian.org> Fri, 08 Apr 2016 10:45:50 +0200
diff --git a/debian/control b/debian/control
index a14aae5..1c90be7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,12 @@ Testsuite: autopkgtest
Priority: extra
Build-Depends: debhelper (>= 9~),
dh-buildinfo,
- node-gyp,
libmapnik-dev (>= 2.2.0~),
mapnik-vector-tile (>= 0.5.1~),
- node-sphericalmercator,
- node-mocha
+ node-gyp,
+ node-mocha,
+ node-nan,
+ node-sphericalmercator
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/node-mapnik.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-mapnik.git
@@ -22,9 +23,9 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
nodejs
-Recommends: node-srs,
- node-zipfile,
- node-carto
+Recommends: node-carto,
+ node-srs,
+ node-zipfile
Description: bindings to the Mapnik tile rendering library for Node.js
node-mapnik provides bindings to the Mapnik tile rendering library.
.
--
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