[Pkg-javascript-commits] [node-concat-stream] 07/07: Patch out readable-stream in favour of nodejs Stream module

Ross Gammon ross-guest at moszumanska.debian.org
Sun Nov 8 16:47:56 UTC 2015


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

ross-guest pushed a commit to branch master
in repository node-concat-stream.

commit 797af6fb851e0cafa011042870a91868faca9e23
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sun Nov 8 17:03:58 2015 +0100

    Patch out readable-stream in favour of nodejs Stream module
---
 debian/patches/readable-stream.patch | 13 +++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/readable-stream.patch b/debian/patches/readable-stream.patch
new file mode 100644
index 0000000..8302c99
--- /dev/null
+++ b/debian/patches/readable-stream.patch
@@ -0,0 +1,13 @@
+Description: Use nodejs stream module instead of readable-stream
+ The nodejs Stream module is "stable" in nodejs v4.2.1 (LTS)
+ so readable-stream is not required and will no longer be packaged.
+Forwarded: not-needed
+Author: Ross Gammon <rossgammon at mail.dk>
+--- node-concat-stream.orig/index.js
++++ node-concat-stream/index.js
+@@ -1,4 +1,4 @@
+-var Writable = require('readable-stream').Writable
++var Writable = require('stream').Writable
+ var inherits = require('inherits')
+ 
+ if (typeof Uint8Array === 'undefined') {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..214a486
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+readable-stream.patch

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



More information about the Pkg-javascript-commits mailing list