[Pkg-javascript-commits] [SCM] JavaScript build tool for Node.js branch, master, updated. debian/0.1.22-1-7-gfc7804e
David Paleino
dapal at debian.org
Thu Mar 22 20:59:33 UTC 2012
The following commit has been merged in the master branch:
commit 4427f355b77e3e8bc2b743ff39eddef682baf650
Author: David Paleino <dapal at debian.org>
Date: Thu Mar 22 21:57:25 2012 +0100
Refreshed patch
diff --git a/debian/patches/00-fix_requires.patch b/debian/patches/00-fix_requires.patch
index 2453aab..5ce6e93 100644
--- a/debian/patches/00-fix_requires.patch
+++ b/debian/patches/00-fix_requires.patch
@@ -17,17 +17,17 @@ Forwarded: no
- , libPath = __dirname + '/../lib'
+ , libPath = '/usr/lib/nodejs/jake'
, fs = require('fs')
- , jake = require(libPath + '/jake.js')
- , api = require(libPath + '/api.js')
-@@ -26,7 +26,7 @@ var args = process.argv.slice(2)
+ , jake = require(libPath + '/jake')
+ , api = require(libPath + '/api')
+@@ -27,7 +27,7 @@ var args = process.argv.slice(2)
, program = new Program()
- , Loader = require(libPath + '/loader.js').Loader
+ , Loader = require(libPath + '/loader').Loader
, loader = new Loader()
- , pkg = JSON.parse(fs.readFileSync(__dirname + '/../package.json').toString())
+ , pkg = '0.1.19'
, opts
- , envVars;
-
+ , envVars
+ , taskNames;
--- node-jake.orig/lib/program.js
+++ node-jake/lib/program.js
@@ -16,7 +16,7 @@
--
JavaScript build tool for Node.js
More information about the Pkg-javascript-commits
mailing list