[Pkg-javascript-commits] [node-mocha] 01/15: Patch to remove customFds deprecation warning and switch to stdio

Jérémy Lal kapouer at moszumanska.debian.org
Mon Apr 11 22:45:15 UTC 2016


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

kapouer pushed a commit to branch debian/1.20
in repository node-mocha.

commit cf0336fbedeab78617ef2758960d88beaf742b07
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Apr 12 00:13:58 2016 +0200

    Patch to remove customFds deprecation warning and switch to stdio
---
 debian/patches/replace-stdio-customfds.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/replace-stdio-customfds.patch b/debian/patches/replace-stdio-customfds.patch
new file mode 100644
index 0000000..91d976a
--- /dev/null
+++ b/debian/patches/replace-stdio-customfds.patch
@@ -0,0 +1,15 @@
+Description: remove customFds deprecation warning and switch to stdio
+Author: Jérémy Lal <kapouer at melix.org>
+Last-Update: 2016-04-12
+Forwarded: not-needed
+--- a/bin/mocha
++++ b/bin/mocha
+@@ -39,7 +39,7 @@
+   }
+ });
+ 
+-var proc = spawn(process.argv[0], args, { customFds: [0,1,2] });
++var proc = spawn(process.argv[0], args, { stdio: [0,1,2] });
+ proc.on('exit', function (code, signal) {
+   process.on('exit', function(){
+     if (signal) {

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



More information about the Pkg-javascript-commits mailing list