[Pkg-javascript-commits] [node-groove] 07/10: Replace node with nodejs

Felipe Sateler fsateler at moszumanska.debian.org
Tue Dec 15 00:15:25 UTC 2015


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

fsateler pushed a commit to branch master
in repository node-groove.

commit 0f8267182cb094ae77199682e4f01317dd2accb6
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Dec 14 21:03:20 2015 -0300

    Replace node with nodejs
---
 debian/patches/0001-use-nodejs.patch | 22 ++++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0001-use-nodejs.patch b/debian/patches/0001-use-nodejs.patch
new file mode 100644
index 0000000..cc8e576
--- /dev/null
+++ b/debian/patches/0001-use-nodejs.patch
@@ -0,0 +1,22 @@
+From: Felipe Sateler <fsateler at debian.org>
+Date: Mon, 14 Dec 2015 21:03:39 -0300
+Subject: Use nodejs instead of node
+
+Forwarded: not-needed
+---
+ binding.gyp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/binding.gyp b/binding.gyp
+index edd135a..2fc5611 100644
+--- a/binding.gyp
++++ b/binding.gyp
+@@ -19,7 +19,7 @@
+             "-lgroovefingerprinter"
+         ],
+         "include_dirs": [
+-            "<!(node -e \"require('nan')\")"
++            "<!(nodejs -e \"require('nan')\")"
+         ]
+     }
+   ]
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1c41828
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-use-nodejs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-groove.git



More information about the Pkg-javascript-commits mailing list