[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 6ad5b52f887871e44571a950ee6d557419ed8efb
Author: David Paleino <dapal at debian.org>
Date: Sat Oct 29 01:53:40 2011 +0200
Added dependencies on coffeescript and node-glob
diff --git a/debian/changelog b/debian/changelog
index 33ea7f4..6862333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
node-jake (0.1.19-2) UNRELEASED; urgency=low
* Fixed one require in program.js
+ * Added dependencies on coffeescript and node-glob
- -- David Paleino <dapal at debian.org> Sat, 29 Oct 2011 01:21:08 +0200
+ -- David Paleino <dapal at debian.org> Sat, 29 Oct 2011 01:53:26 +0200
node-jake (0.1.19-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 7d986e4..6b81a85 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,9 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
+Recommends:
+ coffeescript
+ , node-glob
Description: JavaScript build tool for Node.js
Jake is a JavaScript build tool for the Node.js framework, with
capabilities similar to the regular make or rake commands.
--
JavaScript build tool for Node.js
More information about the Pkg-javascript-commits
mailing list