[Pkg-javascript-commits] [node-srs] 01/05: Use dh_nodejs

Jérémy Lal kapouer at moszumanska.debian.org
Wed Dec 21 15:50:11 UTC 2016


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

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

commit d6048e0b26357b743606a9bbd0548d474223b386
Author: Jérémy Lal <kapouer at melix.org>
Date:   Wed Dec 21 16:39:50 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 8a0288d..90d80bb 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  , dh-buildinfo
  , node-gyp
  , node-nan
+ , nodejs-dev
  , libgdal-dev (>= 1.10.0~)
  , mocha
 Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 13df4c4..59bb794 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 MODULE_PATH=/usr/lib/nodejs/srs/lib/binding/srs.node
 
 %:
-	dh $@
+	dh $@ --with nodejs
 
 override_dh_install:
 	dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-srs.git



More information about the Pkg-javascript-commits mailing list