[Pkg-javascript-commits] [node-rimraf] 03/15: Refresh patch

Jérémy Lal kapouer at moszumanska.debian.org
Thu Nov 24 08:43:44 UTC 2016


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

kapouer pushed a commit to branch master
in repository node-rimraf.

commit 20ff68dcb7a9131d7b15fba26c710079769406fa
Author: Jérémy Lal <kapouer at melix.org>
Date:   Thu Nov 24 09:20:49 2016 +0100

    Refresh patch
---
 debian/patches/2001_rename_nodejs.patch | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/debian/patches/2001_rename_nodejs.patch b/debian/patches/2001_rename_nodejs.patch
index 6600d79..6e35c1c 100644
--- a/debian/patches/2001_rename_nodejs.patch
+++ b/debian/patches/2001_rename_nodejs.patch
@@ -1,27 +1,13 @@
 Description: Fix path to nodejs binary on Debian systems
 Author: Jérémy Lal <kapouer at melix.org>
-Last-Update: 2014-08-23
+Last-Update: 2016-11-24
+Forwarded: not-needed
 
-Index: node-rimraf/bin.js
-===================================================================
---- node-rimraf.orig/bin.js
-+++ node-rimraf/bin.js
+--- a/bin.js
++++ b/bin.js
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env node
 +#!/usr/bin/env nodejs
  
  var rimraf = require('./')
  
-Index: node-rimraf/test/run.sh
-===================================================================
---- node-rimraf.orig/test/run.sh
-+++ node-rimraf/test/run.sh
-@@ -4,7 +4,7 @@ code=0
- for i in test-*.js; do
-   echo -n $i ...
-   bash setup.sh
--  node $i
-+  nodejs $i
-   if [ -d target ]; then
-     echo "fail"
-     code=1

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



More information about the Pkg-javascript-commits mailing list