[Pkg-javascript-commits] [node-lazystream] 04/05: Remove duplicate patch

Sruthi Chandran srud-guest at moszumanska.debian.org
Tue Dec 6 06:06:48 UTC 2016


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

srud-guest pushed a commit to branch master
in repository node-lazystream.

commit 0cbdb14040366f64ab10a572872c8fe647dc1e75
Author: Sruthi <srud at disroot.org>
Date:   Tue Dec 6 11:09:48 2016 +0530

    Remove duplicate patch
---
 debian/patches/readable_stream.patch | 14 --------------
 debian/patches/series                |  1 -
 2 files changed, 15 deletions(-)

diff --git a/debian/patches/readable_stream.patch b/debian/patches/readable_stream.patch
deleted file mode 100644
index f72570b..0000000
--- a/debian/patches/readable_stream.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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
index 0652bc1..ee72f77 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 use-stream.patch
-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