[Pkg-javascript-commits] [node-stylus] 08/12: fix shebang line on binary

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Thu Jul 31 01:28:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to branch master
in repository node-stylus.

commit ee289653367fa803e484071c777b9f5900ec346e
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Thu Jul 31 00:30:40 2014 +0000

    fix shebang line on binary
---
 debian/patches/nodejs-shebang.patch | 13 +++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/nodejs-shebang.patch b/debian/patches/nodejs-shebang.patch
new file mode 100644
index 0000000..bef992e
--- /dev/null
+++ b/debian/patches/nodejs-shebang.patch
@@ -0,0 +1,13 @@
+Description: Fix nodejs shebang line
+Author: Andrew Kelley <superjoe30 at gmail.com>
+Forwarded: not-needed
+Last-Updated: 2014-07-31
+
+--- node-stylus-0.47.3.orig/bin/stylus
++++ node-stylus-0.47.3/bin/stylus
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+ 
+ /**
+  * Module dependencies.
diff --git a/debian/patches/series b/debian/patches/series
index 6dae10c..67dd304 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 latest_should_api.patch
+nodejs-shebang.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stylus.git



More information about the Pkg-javascript-commits mailing list