[Pkg-javascript-commits] [SCM] high-level HTTP client for NodeJS branch, master, updated. debian/1.1.5+ds1-1-2-g0b83154

Andrew Harvey andrew.harvey4 at gmail.com
Mon Aug 27 12:35:30 UTC 2012


The following commit has been merged in the master branch:
commit d615f408fa5d1083150da1efcdf298e869cfe0a3
Author: Andrew Harvey <andrew.harvey4 at gmail.com>
Date:   Mon Aug 27 22:31:25 2012 +1000

    add patch for nodejs binary rename as per CTTE #614907

diff --git a/debian/changelog b/debian/changelog
index 04d481b..29dbe6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-get (1.1.5+ds1-2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload
+  * Add new patch to use nodejs binary as per CTTE #614907
+
+ -- Andrew Harvey <andrew.harvey4 at gmail.com>  Mon, 27 Aug 2012 21:44:40 +1000
+
 node-get (1.1.5+ds1-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 5915069..6f8fd99 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,6 @@ Package: node-get
 Architecture: all
 Depends:
  ${misc:Depends}
- , nodejs
+ , nodejs (>= 0.6.19~dfsg1-3)
 Description: high-level HTTP client for NodeJS
  node-get is a high-level HTTP client for the NodeJS framework.
diff --git a/debian/patches/01-use-nodejs-binary-per-ctte-614907.patch b/debian/patches/01-use-nodejs-binary-per-ctte-614907.patch
new file mode 100644
index 0000000..2faf592
--- /dev/null
+++ b/debian/patches/01-use-nodejs-binary-per-ctte-614907.patch
@@ -0,0 +1,13 @@
+Description: fix script to use nodejs binary in #! as per CTTE #614907
+Origin: vendor
+Forwarded: not-needed
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- node-get.orig/bin/node-get-file.js
++++ node-get/bin/node-get-file.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 
+ var path = require('path'),
+     url = require('url'),
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6cc8370
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-use-nodejs-binary-per-ctte-614907.patch

-- 
high-level HTTP client for NodeJS



More information about the Pkg-javascript-commits mailing list