[Pkg-javascript-commits] [node-mysql] 01/03: Add readable_stream.patch to repository
Jérémy Lal
kapouer at moszumanska.debian.org
Fri Oct 23 19:40:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-mysql.
commit 7a0a8fed4bd4c8c8f40d2c8d109fa33d5b46a3cc
Author: Jérémy Lal <kapouer at melix.org>
Date: Fri Oct 23 21:37:14 2015 +0200
Add readable_stream.patch to repository
---
debian/patches/readable_stream.patch | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/debian/patches/readable_stream.patch b/debian/patches/readable_stream.patch
new file mode 100644
index 0000000..b866332
--- /dev/null
+++ b/debian/patches/readable_stream.patch
@@ -0,0 +1,16 @@
+Description: readable-stream is only needed for nodejs 0.8 compat
+ Closes: #802807
+Author: Jérémy Lal <kapouer at melix.org>
+Forwarded: not-needed
+Last-Update: 2015-10-23
+--- a/lib/protocol/sequences/Query.js
++++ b/lib/protocol/sequences/Query.js
+@@ -4,7 +4,7 @@
+ var ResultSet = require('../ResultSet');
+ var ServerStatus = require('../constants/server_status');
+ var fs = require('fs');
+-var Readable = require('readable-stream');
++var Readable = require('stream');
+
+ module.exports = Query;
+ Util.inherits(Query, Sequence);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mysql.git
More information about the Pkg-javascript-commits
mailing list