[Pkg-javascript-commits] [uglifyjs] 09/10: add more node -> nodejs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Nov 28 10:24:42 UTC 2016


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

praveen pushed a commit to branch master
in repository uglifyjs.

commit 9f5504bda386b7f3a67eec6a8f274b28355e8089
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Nov 28 15:48:31 2016 +0530

    add more node -> nodejs
---
 debian/patches/2002_node_conflict.patch | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/patches/2002_node_conflict.patch b/debian/patches/2002_node_conflict.patch
index a813d0a..fa47c1a 100644
--- a/debian/patches/2002_node_conflict.patch
+++ b/debian/patches/2002_node_conflict.patch
@@ -6,23 +6,27 @@ Author: Marcelo Jorge Vieira <metal at alucinados.com>
 Author: Jonas Smedegaard <dr at jones.dk>
 Last-Update: 2012-12-10
 
-Index: uglifyjs/bin/uglifyjs
-===================================================================
---- uglifyjs.orig/bin/uglifyjs
-+++ uglifyjs/bin/uglifyjs
+--- a/bin/uglifyjs
++++ b/bin/uglifyjs
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env node
 +#! /usr/bin/nodejs
  // -*- js -*-
  
  "use strict";
-Index: uglifyjs/test/run-tests.js
-===================================================================
---- uglifyjs.orig/test/run-tests.js
-+++ uglifyjs/test/run-tests.js
+--- a/test/run-tests.js
++++ b/test/run-tests.js
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env node
 +#! /usr/bin/nodejs
  
  global.UGLIFY_DEBUG = true;
  
+--- a/bin/extract-props.js
++++ b/bin/extract-props.js
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env node
++#!/usr/bin/nodejs
+ 
+ "use strict";
+ 

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



More information about the Pkg-javascript-commits mailing list