[Pkg-javascript-commits] [node-jade] 04/10: Patch 0001_fix_nodejs_shebang.path: Refresh.

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Jul 3 18:02:40 UTC 2016


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

jelmer pushed a commit to branch 0.11-packaging
in repository node-jade.

commit a352178bc403e7be5b1dc0a0b33dbd162eb0fb1b
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Sun Jul 3 16:39:17 2016 +0000

    Patch 0001_fix_nodejs_shebang.path: Refresh.
---
 debian/changelog                            |  1 +
 debian/patches/0001_fix_nodejs_shebang.path | 11 -----------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de9d7bf..2d82f50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ node-jade (1.11.0-1) UNRELEASED; urgency=medium
 
   [ Jelmer Vernooij ]
   * New upstream release.
+  * Patch 0001_fix_nodejs_shebang.path: Refresh.
 
  -- Jelmer Vernooij <jelmer at debian.org>  Sun, 03 Jul 2016 16:36:55 +0000
 
diff --git a/debian/patches/0001_fix_nodejs_shebang.path b/debian/patches/0001_fix_nodejs_shebang.path
index 6dd2547..f746fd4 100644
--- a/debian/patches/0001_fix_nodejs_shebang.path
+++ b/debian/patches/0001_fix_nodejs_shebang.path
@@ -15,14 +15,3 @@ Forwarded: not-needed
  
  /**
   * Module dependencies.
---- a/test/command-line.js
-+++ b/test/command-line.js
-@@ -6,7 +6,7 @@
- var exec = require('child_process').exec;
- 
- function run(args, callback) {
--  exec('node ' + JSON.stringify(path.resolve(__dirname + '/../bin/jade.js')) + ' ' + args, {
-+  exec('nodejs ' + JSON.stringify(path.resolve(__dirname + '/../bin/jade.js')) + ' ' + args, {
-     cwd: __dirname + '/temp'
-   }, callback);
- }

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



More information about the Pkg-javascript-commits mailing list