[Pkg-javascript-commits] [node-death] 04/04: Replace the dependency on win-spawn with child_process

Paolo Greppi paolog-guest at moszumanska.debian.org
Tue Nov 29 10:59:45 UTC 2016


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

paolog-guest pushed a commit to branch master
in repository node-death.

commit 412d486d3682b6da917d99c55f272ab90b6c5dfe
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Tue Nov 29 10:55:14 2016 +0000

    Replace the dependency on win-spawn with child_process
---
 debian/patches/00-win_spawn.diff | 14 ++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/00-win_spawn.diff b/debian/patches/00-win_spawn.diff
new file mode 100644
index 0000000..4aa270c
--- /dev/null
+++ b/debian/patches/00-win_spawn.diff
@@ -0,0 +1,14 @@
+Description: Replace the dependency on win-spawn with child_prcess.
+Forwarded: not-needed
+Author: Paolo Greppi <paolo.greppi at libpf.com>
+
+Index: node-death/test/death.test.js
+===================================================================
+--- node-death.orig/test/death.test.js
++++ node-death/test/death.test.js
+@@ -1,4 +1,4 @@
+-var spawn = require('win-spawn')
++var spawn = require('child_process').spawn;
+ var P = require('autoresolve')
+ var testutil = require('testutil')
+ var colors = require('colors')
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..261f447
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00-win_spawn.diff

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



More information about the Pkg-javascript-commits mailing list