[Pkg-javascript-commits] [node-through2] 06/08: patch using extend instead of merge-utils

Leo Iannacone l3on-guest at moszumanska.debian.org
Sat Oct 11 17:26:50 UTC 2014


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

l3on-guest pushed a commit to branch master
in repository node-through2.

commit 92445e4dcca0b58dc7f487a0267c2e01f0994d6b
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Sat Oct 11 19:14:57 2014 +0200

    patch using extend instead of merge-utils
---
 debian/patches/0002_not-use-xtend.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/0002_not-use-xtend.patch b/debian/patches/0002_not-use-xtend.patch
index 11aac4b..151f15a 100644
--- a/debian/patches/0002_not-use-xtend.patch
+++ b/debian/patches/0002_not-use-xtend.patch
@@ -13,7 +13,7 @@ Forwarded: not-needed
  var Transform = require('stream').Transform
    , inherits  = require('util').inherits
 -  , xtend     = require('xtend')
-+  , xtend     = require('utils-merge')
-
-
- // a noop _transform function
++  , xtend     = require('extend')
+ 
+ function DestroyableTransform(opts) {
+   Transform.call(this, opts)

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



More information about the Pkg-javascript-commits mailing list