[Pkg-javascript-commits] [node-zipfile] 03/34: Use dh nodejs

Jérémy Lal kapouer at moszumanska.debian.org
Wed Dec 21 00:22:48 UTC 2016


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

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

commit 20721d66e3655d62cfac24583d8c056584f39000
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Dec 20 16:08:38 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 13882c6..348a2b1 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
  debhelper (>= 9~)
  , dh-buildinfo
  , node-gyp
+ , nodejs-dev
  , libzip-dev
  , pkg-config
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 17e9a20..db6a1fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	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-zipfile.git



More information about the Pkg-javascript-commits mailing list