[Pkg-javascript-commits] [node-tap-mocha-reporter] 121/137: merge patched into master

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:49:32 UTC 2017


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

rouca pushed a commit to branch master
in repository node-tap-mocha-reporter.

commit 430b33a9e680eecddc25af87a7d966ba52298195
Merge: 11a0b8e e2e575b
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Tue Aug 22 14:52:15 2017 +0200

    merge patched into master

 debian/.git-dpm                                 |  4 ++--
 debian/patches/0003-Support-a-help-option.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 index.js                                        |  2 +-
 4 files changed, 28 insertions(+), 3 deletions(-)

diff --cc debian/.git-dpm
index a7d7fab,0000000..870bd6a
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- b2a53e8c98c0216201252570c913338921e93ab6
- b2a53e8c98c0216201252570c913338921e93ab6
++e2e575b7be11151ee1c6ef869186505a9a23dd7e
++e2e575b7be11151ee1c6ef869186505a9a23dd7e
 +53e3b9e5adee4456fa850592cf7241797bc125e2
 +53e3b9e5adee4456fa850592cf7241797bc125e2
 +node-tap-mocha-reporter_3.0.6.orig.tar.gz
 +b3ac9908f45905ef7b69fbfa1e27ca50e549c384
 +38824
diff --cc debian/patches/0003-Support-a-help-option.patch
index 0000000,0000000..d0b5f11
new file mode 100644
--- /dev/null
+++ b/debian/patches/0003-Support-a-help-option.patch
@@@ -1,0 -1,0 +1,24 @@@
++From e2e575b7be11151ee1c6ef869186505a9a23dd7e Mon Sep 17 00:00:00 2001
++From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= <roucaries.bastien at gmail.com>
++Date: Tue, 22 Aug 2017 14:46:56 +0200
++Subject: Support a --help option
++
++forwarded: yes, https://github.com/lyroyce/mocha-tap-reporter/issues/5
++bug: https://github.com/lyroyce/mocha-tap-reporter/issues/5
++---
++ index.js | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/index.js b/index.js
++index 46c5663..8b2fc07 100755
++--- a/index.js
+++++ b/index.js
++@@ -99,7 +99,7 @@ reporter.  (Note that some reporters write to files instead of stdout.)
++ 
++ if (require.main === module) {
++   var type = process.argv[2]
++-  if (!type)
+++  if (!type || type == '--help' || type == '-h')
++     return usage()
++ 
++   process.stdin.pipe(new Formatter(type))
diff --cc debian/patches/series
index db24669,0000000..93b0aa3
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,2 -1,0 +1,3 @@@
 +0001-Use-supports-color-instead-of-color-support.patch
 +0002-Remove-depends-unicode-length.patch
++0003-Support-a-help-option.patch

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



More information about the Pkg-javascript-commits mailing list