[Pkg-javascript-commits] [node-tap] 09/14: Rename to nodejs in all scripts

Jérémy Lal kapouer at moszumanska.debian.org
Mon Oct 20 00:02:33 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 83d04fa1637c1dec860a4a59a8275de81e3f3da6
Author: Jérémy Lal <kapouer at melix.org>
Date:   Mon Oct 20 01:42:01 2014 +0200

    Rename to nodejs in all scripts
---
 debian/patches/nodejs_rename.patch | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/debian/patches/nodejs_rename.patch b/debian/patches/nodejs_rename.patch
index a1a7323..d3fd564 100644
--- a/debian/patches/nodejs_rename.patch
+++ b/debian/patches/nodejs_rename.patch
@@ -8,3 +8,19 @@ Forwarded: not-needed
  
  var argv = process.argv.slice(2)
    , path = require("path")
+--- a/bin/tap-http.js
++++ b/bin/tap-http.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 
+ // just an example, really
+ // Run with `node tap-http.js path/to/tests/`
+--- a/bin/tap-reader.js
++++ b/bin/tap-reader.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 
+ // read a tap stream from stdin.
+ 

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