[Pkg-javascript-commits] [node-srs] 12/22: bindings.gyp call node, rename to nodejs

Jérémy Lal kapouer at moszumanska.debian.org
Sun Jun 21 19:38:03 UTC 2015


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

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

commit f45c914bd42f9cf3b7c3f6f5f2495b135f0e5dfa
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Jun 21 20:30:28 2015 +0200

    bindings.gyp call node, rename to nodejs
---
 debian/patches/rename_nodejs.patch | 15 +++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/rename_nodejs.patch b/debian/patches/rename_nodejs.patch
new file mode 100644
index 0000000..893f8e8
--- /dev/null
+++ b/debian/patches/rename_nodejs.patch
@@ -0,0 +1,15 @@
+Description: rename node to nodejs
+Author: Jérémy Lal <kapouer at melix.org>
+Forwarded: not-needed
+Last-Update: 2015-06-21
+--- a/binding.gyp
++++ b/binding.gyp
+@@ -67,7 +67,7 @@
+         'src/srs.cc'
+       ],
+       "include_dirs" : [
+-        "<!(node -e \"require('nan')\")"
++        "<!(nodejs -e \"require('nan')\")"
+       ]
+     },
+     {
diff --git a/debian/patches/series b/debian/patches/series
index 809b0b5..b3b7fa9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 no_pre_gyp.patch
+rename_nodejs.patch

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