[Pkg-javascript-commits] [node-bl] 03/04: add patch for readable-stream
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Mon Jun 30 05:31:14 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-bl.
commit 9c927a08a5c4a3f72d08d3da74ed3196ffd67760
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Mon Jun 30 05:24:06 2014 +0000
add patch for readable-stream
---
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..0407808
--- /dev/null
+++ b/debian/patches/readable_stream.patch
@@ -0,0 +1,13 @@
+Description: readable-stream is only needed for node.js 0.8 compat
+Author: Andrew Kelley <superjoe30 at gmail.com>
+Forwarded: not-needed
+Last-Update: 2014-06-29
+
+--- node-bl-0.8.2.orig/bl.js
++++ node-bl-0.8.2/bl.js
+@@ -1,4 +1,4 @@
+-var DuplexStream = require('readable-stream').Duplex
++var DuplexStream = require('stream').Duplex
+ , util = require('util')
+
+ function BufferList (callback) {
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-bl.git
More information about the Pkg-javascript-commits
mailing list