[Pkg-javascript-commits] [node-gyp] 33/82: Recommends build-essential instead of depending on g++, make.
Ximin Luo
infinity0 at debian.org
Mon Aug 31 00:40:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository node-gyp.
commit 90d928ccf2d6397cef2fc12f764b34c3255ca25b
Author: Jérémy Lal <kapouer at melix.org>
Date: Sun Apr 28 18:37:41 2013 +0200
Recommends build-essential instead of depending on g++, make.
---
debian/control | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 461cc4d..bd03eb9 100644
--- a/debian/control
+++ b/debian/control
@@ -16,10 +16,8 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
- , g++
- , make
- , gyp
, nodejs-dev
+ , gyp
, node-fstream
, node-glob
, node-graceful-fs
@@ -33,6 +31,7 @@ Depends:
, node-semver
, node-tar
, node-which
+Recommends: build-essential
Description: Native addon build tool for Node.js
node-gyp is a cross-platform command-line tool written in Node.js
for compiling native addon modules for Node.js.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-gyp.git
More information about the Pkg-javascript-commits
mailing list