[Pkg-javascript-commits] [SCM] framework for using backbone.js on client and server for NodeJS branch, master, updated. debian/2.0.1+ds1-2-4-g68909d3
David Paleino
dapal at debian.org
Thu Sep 20 08:52:35 UTC 2012
The following commit has been merged in the master branch:
commit d94141f32cc39627ee4dddf0d8036780d4a3b590
Author: David Paleino <dapal at debian.org>
Date: Thu Sep 20 10:40:27 2012 +0200
Migrate from node to nodejs (Closes: #686883)
diff --git a/debian/changelog b/debian/changelog
index 3f6c3a3..9514c6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-bones (2.0.1+ds1-3) UNRELEASED; urgency=low
+
+ * Migrate from node to nodejs (Closes: #686883)
+
+ -- David Paleino <dapal at debian.org> Thu, 20 Sep 2012 10:38:44 +0200
+
node-bones (2.0.1+ds1-2) unstable; urgency=low
* Drop (wrong) alternative dependency on libjs-backbone.
diff --git a/debian/control b/debian/control
index f58b621..e64c964 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: node-bones
Architecture: any
Depends:
${misc:Depends}
- , nodejs
+ , nodejs (>= 0.6.19~dfsg-1-3~)
, node-underscore
, node-jquery
, node-backbone
diff --git a/debian/patches/02-migrate_to_nodejs.patch b/debian/patches/02-migrate_to_nodejs.patch
new file mode 100644
index 0000000..9ab984e
--- /dev/null
+++ b/debian/patches/02-migrate_to_nodejs.patch
@@ -0,0 +1,12 @@
+---
+ examples/simple/index.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- node-bones.orig/examples/simple/index.js
++++ node-bones/examples/simple/index.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+
+ var bones = require('bones')
+
diff --git a/debian/patches/series b/debian/patches/series
index 78a1d4f..ae7069e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
00-depend_on_systemwide_modules.patch
01-dont_use_package-json.patch
+02-migrate_to_nodejs.patch
--
framework for using backbone.js on client and server for NodeJS
More information about the Pkg-javascript-commits
mailing list