[Pkg-javascript-commits] [node-sqlite3] 03/07: Patch to fix node rename
Jérémy Lal
kapouer at moszumanska.debian.org
Tue Dec 20 14:50:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-sqlite3.
commit 1f98d955e8be3c7f86a2cf02806e4bdfb588a92f
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue Dec 20 15:40:11 2016 +0100
Patch to fix node 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..d48e027
--- /dev/null
+++ b/debian/patches/rename-nodejs.patch
@@ -0,0 +1,15 @@
+Description: rename node to nodejs
+Last-Update: 2016-12-20
+Author: Jérémy Lal <kapouer at melix.org>
+Forwarded: not-needed
+--- a/binding.gyp
++++ b/binding.gyp
+@@ -7,7 +7,7 @@
+ "targets": [
+ {
+ "target_name": "<(module_name)",
+- "include_dirs": ["<!(node -e \"require('nan')\")"],
++ "include_dirs": ["<!(nodejs -e \"require('nan')\")"],
+ "conditions": [
+ ["sqlite != 'internal'", {
+ "include_dirs": [ "<(sqlite)/include" ],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-sqlite3.git
More information about the Pkg-javascript-commits
mailing list