[Pkg-javascript-commits] [node-jsondiffpatch] 04/06: add patch for shebang line
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Tue Jul 1 17:49:15 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-jsondiffpatch.
commit ff0ac544ba8a95b23e4e9c5d9e8b160b6bb569eb
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Tue Jul 1 16:53:54 2014 +0000
add patch for shebang line
---
debian/patches/series | 1 +
debian/patches/shebang.patch | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..60611ea
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+shebang.patch
diff --git a/debian/patches/shebang.patch b/debian/patches/shebang.patch
new file mode 100644
index 0000000..6d9c47a
--- /dev/null
+++ b/debian/patches/shebang.patch
@@ -0,0 +1,13 @@
+Description: fix nodejs shebang line
+Author: Andrew Kelley <superjoe30 at gmail.com>
+Forwarded: not-needed
+Last-Update: 2014-07-01
+
+--- node-jsondiffpatch-0.1.7.orig/bin/jsondiffpatch
++++ node-jsondiffpatch-0.1.7/bin/jsondiffpatch
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+
+ var jsondiffpatch = require('../src/main');
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsondiffpatch.git
More information about the Pkg-javascript-commits
mailing list