[Pkg-javascript-commits] [node-mapnik] 01/02: Use dh_nodejs
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Dec 21 15:44:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-mapnik.
commit 88d98f173dd3d5bdc58300aadc65fb27bf4ed208
Author: Jérémy Lal <kapouer at melix.org>
Date: Wed Dec 21 16:37:07 2016 +0100
Use dh_nodejs
---
debian/control | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 31d2e17..21ca3e5 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 9~),
node-mocha,
node-nan (>= 2.4.0),
node-pre-gyp,
+ nodejs-dev,
node-sphericalmercator
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/node-mapnik.git
diff --git a/debian/rules b/debian/rules
index 36622fb..e2af8c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
export V=1
%:
- dh $@ --parallel
+ dh $@ --parallel --with nodejs
override_dh_auto_configure:
node-pre-gyp configure
--
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