[Pkg-javascript-commits] [node-tap] 01/14: Add obvious nodejs rename patch
Jérémy Lal
kapouer at moszumanska.debian.org
Mon Oct 20 00:02:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-tap.
commit 129e855e16b40984138e8ef111800b46047745e0
Author: Jérémy Lal <kapouer at melix.org>
Date: Mon Oct 20 01:19:37 2014 +0200
Add obvious nodejs rename patch
---
debian/patches/nodejs_rename.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/debian/patches/nodejs_rename.patch b/debian/patches/nodejs_rename.patch
new file mode 100644
index 0000000..a1a7323
--- /dev/null
+++ b/debian/patches/nodejs_rename.patch
@@ -0,0 +1,10 @@
+Description: rename node to nodejs in shebang
+Forwarded: not-needed
+--- a/bin/tap.js
++++ b/bin/tap.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+
+ var argv = process.argv.slice(2)
+ , path = require("path")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git
More information about the Pkg-javascript-commits
mailing list