[Pkg-javascript-commits] [SCM] framework for using backbone.js on client and server for NodeJS branch, master, updated. debian/2.0.0+ds1-1-3-gd4dc2ab
David Paleino
dapal at debian.org
Fri Oct 28 20:38:43 UTC 2011
The following commit has been merged in the master branch:
commit 1eb3a0a483e8430cdd4d756b4819496c36a8057b
Author: David Paleino <dapal at debian.org>
Date: Fri Oct 28 22:38:12 2011 +0200
Fix runtime dependencies
diff --git a/debian/control b/debian/control
index 5089e9c..1d68e5e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,9 @@ Architecture: any
Depends:
${misc:Depends}
, nodejs
- , libjs-underscore
- , libjs-jquery
- , libjs-backbone
+ , node-underscore
+ , node-jquery
+ , libjs-backbone | node-backbone
, node-mirror
, node-optimist
, node-express
--
framework for using backbone.js on client and server for NodeJS
More information about the Pkg-javascript-commits
mailing list