[Pkg-javascript-commits] [SCM] web development framework for NodeJS branch, master, updated. debian/2.5.9-1-3-g58a0b44
David Paleino
dapal at debian.org
Thu Sep 20 09:04:33 UTC 2012
The following commit has been merged in the master branch:
commit 6b3a648a3f5bbe04dec48f95306a87f36a5d2fee
Author: David Paleino <dapal at debian.org>
Date: Thu Sep 20 11:01:33 2012 +0200
Migrate from node to nodejs (Closes: #686890)
diff --git a/debian/changelog b/debian/changelog
index 26c8e32..8b35770 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-express (2.5.9-2) UNRELEASED; urgency=low
+
+ * Migrate from node to nodejs (Closes: #686890)
+
+ -- David Paleino <dapal at debian.org> Thu, 20 Sep 2012 11:00:49 +0200
+
node-express (2.5.9-1) unstable; urgency=low
* New upstream version
diff --git a/debian/control b/debian/control
index 5a32990..4bd8584 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: node-express
Architecture: all
Depends:
${misc:Depends}
- , nodejs
+ , nodejs (>= 0.6.19~dfsg1-3~)
, node-connect
, node-mime (>= 1.2.4)
, node-qs (>= 0.4)
diff --git a/debian/patches/01-migrate_to_nodejs.patch b/debian/patches/01-migrate_to_nodejs.patch
new file mode 100644
index 0000000..02952fa
--- /dev/null
+++ b/debian/patches/01-migrate_to_nodejs.patch
@@ -0,0 +1,16 @@
+From: David Paleino <dapal at debian.org>
+Subject: migrate from node to nodejs
+Forwarded: not-needed
+
+---
+ bin/express | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- node-express.orig/bin/express
++++ node-express/bin/express
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+
+ /**
+ * Module dependencies.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..09e0b78
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-migrate_to_nodejs.patch
--
web development framework for NodeJS
More information about the Pkg-javascript-commits
mailing list