[Pkg-javascript-commits] [node-lazystream] 06/06: add patch for readable-stream
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sat Jun 28 05:57:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-lazystream.
commit aa53df764c8f811cbc3d18aa610f268c747415d0
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Sat Jun 28 05:56:43 2014 +0000
add patch for readable-stream
---
debian/patches/readable_stream.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/readable_stream.patch b/debian/patches/readable_stream.patch
new file mode 100644
index 0000000..f72570b
--- /dev/null
+++ b/debian/patches/readable_stream.patch
@@ -0,0 +1,14 @@
+Description: readable-stream is only needed for nodejs 0.8 compat
+Author: Andrew Kelley <superjoe30 at gmail.com>
+Forward: not-needed
+Last-Update: 2014-06-27
+--- node-lazystream-0.1.0.orig/lib/lazystream.js
++++ node-lazystream-0.1.0/lib/lazystream.js
+@@ -1,6 +1,6 @@
+
+ var util = require('util');
+-var PassThrough = require('stream').PassThrough || require('readable-stream/passthrough');
++var PassThrough = require('stream').PassThrough;
+
+ module.exports = {
+ Readable: Readable,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d7678e3
--- /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-lazystream.git
More information about the Pkg-javascript-commits
mailing list