[Pkg-javascript-commits] [SCM] JavaScript build tool for Node.js branch, master, updated. debian/0.2.32-1-3-g73faa8e

David Paleino dapal at debian.org
Thu Sep 20 10:11:41 UTC 2012


The following commit has been merged in the master branch:
commit 0eec193ca96b8a732417497b208162295e556ba9
Author: David Paleino <dapal at debian.org>
Date:   Thu Sep 20 12:09:24 2012 +0200

    Migrate from node to nodejs (Closes: #686891)

diff --git a/debian/changelog b/debian/changelog
index 7db3c25..6025074 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-jake (0.2.32-2) UNRELEASED; urgency=low
+
+  * Migrate from node to nodejs (Closes: #686891)
+
+ -- David Paleino <dapal at debian.org>  Thu, 20 Sep 2012 12:09:10 +0200
+
 node-jake (0.2.32-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index d8a3cc5..a013c74 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: node-jake
 Architecture: all
 Depends:
  ${misc:Depends}
- , nodejs
+ , nodejs (>= 0.6.19~dfsg1-3~)
 Recommends:
  coffeescript
  , node-glob
diff --git a/debian/patches/01-migrate_to_nodejs.patch b/debian/patches/01-migrate_to_nodejs.patch
new file mode 100644
index 0000000..2d5e187
--- /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/cli.js |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- node-jake.orig/bin/cli.js
++++ node-jake/bin/cli.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+ /*
+  * Jake JavaScript build tool
+  * Copyright 2112 Matthew Eernisse (mde at fleegix.org)
diff --git a/debian/patches/series b/debian/patches/series
index 83c0bb0..c506ee9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00-fix_requires.patch
+01-migrate_to_nodejs.patch

-- 
JavaScript build tool for Node.js



More information about the Pkg-javascript-commits mailing list