[Pkg-javascript-commits] [node-zip-stream] 06/06: update readable_stream patch

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Fri Jul 4 16:43:30 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-zip-stream.

commit b92bf57978611bdf977995f722c6d7cdac8bc924
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Fri Jul 4 16:39:23 2014 +0000

    update readable_stream patch
---
 debian/patches/readable_stream.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/readable_stream.patch b/debian/patches/readable_stream.patch
index b4605f0..5580b9d 100644
--- a/debian/patches/readable_stream.patch
+++ b/debian/patches/readable_stream.patch
@@ -12,7 +12,7 @@ Last-Update: 2014-07-01
 -var PassThrough = require('readable-stream').PassThrough;
 +var PassThrough = require('stream').PassThrough;
  
- var loDefaults = require('lodash.defaults');
+ var _ = require('lodash');
  
 @@ -102,4 +102,4 @@ util.sanitizePath = function() {
  util.unixifyPath = function() {

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



More information about the Pkg-javascript-commits mailing list