[Pkg-javascript-commits] [node-leveldown] 07/11: Use dh nodejs
Jérémy Lal
kapouer at moszumanska.debian.org
Tue Dec 20 15:11:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-leveldown.
commit 7b88db7888086aab6de350e63bd281b971fb9fa4
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue Dec 20 16:05:18 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 952349b..00e93be 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
, dh-buildinfo
, node-nan (>= 1.8.4)
, node-gyp
+ , nodejs-dev
, libleveldb-dev
, libsnappy-dev
, nodejs
diff --git a/debian/rules b/debian/rules
index b089fee..73f4809 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ SHLIBSDIR = debian/node-leveldown/usr/lib/nodejs/leveldown/build
SHLIBS = leveldown.node
%:
- dh $@
+ dh $@ --with nodejs
override_dh_auto_build:
node-gyp configure build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list