[Pkg-javascript-commits] [SCM] bindings to the Mapnik tile rendering library for NodeJS branch, master, updated. debian/0.6.7-2-4-g133d67a

Jérémy Lal kapouer at melix.org
Sun Sep 23 08:58:51 UTC 2012


The following commit has been merged in the master branch:
commit f9c7ccdf1e1da64eb7f1f838774cec0d48437e5d
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Sep 23 10:50:57 2012 +0200

    Add debian/patches/03-rename_node_to_nodejs.patch

diff --git a/debian/patches/03-rename_node_to_nodejs.patch b/debian/patches/03-rename_node_to_nodejs.patch
new file mode 100644
index 0000000..f70cfb1
--- /dev/null
+++ b/debian/patches/03-rename_node_to_nodejs.patch
@@ -0,0 +1,21 @@
+Description: Change shebangs to /usr/bin/nodejs.
+Forwarded: not-needed
+Author: Jérémy Lal <kapouer at melix.org>
+Last-Update: 2012-09-23
+
+--- a/bin/mapnik-inspect.js
++++ b/bin/mapnik-inspect.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+ 
+ var path = require('path');
+ var fs = require('fs');
+--- a/bin/mapnik-render.js
++++ b/bin/mapnik-render.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+ 
+ var fs = require('fs');
+ var path = require('path');

-- 
bindings to the Mapnik tile rendering library for NodeJS



More information about the Pkg-javascript-commits mailing list