[Pkg-javascript-commits] [node-groove] 01/02: Use dh nodejs

Jérémy Lal kapouer at moszumanska.debian.org
Tue Dec 20 14:33:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-groove.

commit 2f69d7c59435b4d9f156ce1c8e37c309ab17db04
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Dec 20 15:32:15 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 d69dadd..2d37cc9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends:
  , node-ncp
  , node-bindings
  , node-nan (>= 2.1.0)
+ , nodejs-dev
  , mocha
  , nodejs
 Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 092e33b..6b4b8d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ SHLIBSDIR = debian/node-groove/usr/lib/nodejs/groove/build
 SHLIBS = groove.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-groove.git



More information about the Pkg-javascript-commits mailing list