[Pkg-javascript-commits] [node-gyp] 17/82: Patch node-gyp.js to rename node to nodejs in shebang

Ximin Luo infinity0 at debian.org
Mon Aug 31 00:40:53 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 466799ae5e7ec4321d69bdfd00336df291560207
Author: Jérémy Lal <kapouer at melix.org>
Date:   Mon Mar 25 10:12:15 2013 +0100

    Patch node-gyp.js to rename node to nodejs in shebang
---
 debian/patches/2001_rename_shebang_to_nodejs.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/2001_rename_shebang_to_nodejs.patch b/debian/patches/2001_rename_shebang_to_nodejs.patch
new file mode 100644
index 0000000..2f0d290
--- /dev/null
+++ b/debian/patches/2001_rename_shebang_to_nodejs.patch
@@ -0,0 +1,13 @@
+Description: rename shebang from node to nodejs
+ See pkg-javascript policy.
+Forwarded: not-needed
+Author: Jérémy Lal <kapouer at melix.org>
+Last-Update: 2013-03-25
+--- a/bin/node-gyp.js
++++ b/bin/node-gyp.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 
+ /**
+  * Set the title.

-- 
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