[Pkg-javascript-commits] [SCM] JavaScript build tool for Node.js branch, master, updated. debian/0.1.19-1-3-gd41dd78
David Paleino
dapal at debian.org
Fri Oct 28 23:56:29 UTC 2011
The following commit has been merged in the master branch:
commit a00430c0467733bef99fb91803b781543096da3a
Author: David Paleino <dapal at debian.org>
Date: Sat Oct 29 01:21:16 2011 +0200
Fixed one require in program.js
diff --git a/debian/changelog b/debian/changelog
index bfbd62c..33ea7f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-jake (0.1.19-2) UNRELEASED; urgency=low
+
+ * Fixed one require in program.js
+
+ -- David Paleino <dapal at debian.org> Sat, 29 Oct 2011 01:21:08 +0200
+
node-jake (0.1.19-1) unstable; urgency=low
* Initial release
diff --git a/debian/patches/00-fix_requires.patch b/debian/patches/00-fix_requires.patch
index c00facf..2453aab 100644
--- a/debian/patches/00-fix_requires.patch
+++ b/debian/patches/00-fix_requires.patch
@@ -4,8 +4,9 @@ Origin: vendor
Forwarded: no
---
- bin/cli.js | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ bin/cli.js | 4 ++--
+ lib/program.js | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
--- node-jake.orig/bin/cli.js
+++ node-jake/bin/cli.js
@@ -27,3 +28,14 @@ Forwarded: no
, opts
, envVars;
+--- node-jake.orig/lib/program.js
++++ node-jake/lib/program.js
+@@ -16,7 +16,7 @@
+ *
+ */
+
+-var parseargs = require('../lib/parseargs')
++var parseargs = require('jake/parseargs')
+ , Program
+ , optsReg
+ , preempts
--
JavaScript build tool for Node.js
More information about the Pkg-javascript-commits
mailing list