[Pkg-javascript-commits] [node-zipfile] 08/34: Patch for nodejs rename

Jérémy Lal kapouer at moszumanska.debian.org
Wed Dec 21 00:22:49 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 a59b99f0a30e7cefd02e6257d12bed2c2dcb95c8
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Dec 20 16:15:47 2016 +0100

    Patch for nodejs rename
---
 debian/patches/rename-nodejs.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/rename-nodejs.patch b/debian/patches/rename-nodejs.patch
new file mode 100644
index 0000000..68a1669
--- /dev/null
+++ b/debian/patches/rename-nodejs.patch
@@ -0,0 +1,15 @@
+Description: node to nodejs rename
+Last-Update: 2016-12-20
+Forwarded: not-needed
+Author: Jérémy Lal <kapouer at melix.org>
+--- a/binding.gyp
++++ b/binding.gyp
+@@ -9,7 +9,7 @@
+     {
+       'target_name': '<(module_name)',
+       "include_dirs" : [
+-          "<!(node -e \"require('nan')\")"
++          "<!(nodejs -e \"require('nan')\")"
+       ],
+       'defines': [
+         'MODULE_NAME=<(module_name)'

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