[Pkg-javascript-commits] [node-tap] 02/12: Remove shebang from never-installed file

Jérémy Lal kapouer at moszumanska.debian.org
Sun Nov 13 17:50:37 UTC 2016


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

kapouer pushed a commit to branch master
in repository node-tap.

commit 95f418640425213e4176f6eb9b0282802a8d0448
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Nov 13 16:56:32 2016 +0100

    Remove shebang from never-installed file
---
 debian/patches/script-not-executable.patch | 12 ++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/script-not-executable.patch b/debian/patches/script-not-executable.patch
new file mode 100644
index 0000000..28fb44b
--- /dev/null
+++ b/debian/patches/script-not-executable.patch
@@ -0,0 +1,12 @@
+Description: remove shebang from not installed script
+Last-Update: 2016-11-13
+Forwarded: not-needed
+Author: Jérémy Lal <kapouer at melix.org>
+--- a/node_modules/tap-mocha-reporter/index.js
++++ b/node_modules/tap-mocha-reporter/index.js
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env node
+-
+ module.exports = Formatter
+ 
+ var util = require('util')
diff --git a/debian/patches/series b/debian/patches/series
index a0134ff..2bc5e7d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ module-clean-yaml-object.patch
 module-buffer-to-string.patch
 nodejs_rename.patch
 use_available_modules.patch
+script-not-executable.patch

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



More information about the Pkg-javascript-commits mailing list