[Pkg-javascript-commits] [node-abstract-leveldown] 05/08: remove utils-merge patch

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Fri May 15 22:04:41 UTC 2015


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

andrewrk-guest pushed a commit to branch master
in repository node-abstract-leveldown.

commit 68c6ca6ca6183220d726c0fde9449255d8f42dd5
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Fri May 15 05:23:48 2015 +0000

    remove utils-merge patch
---
 debian/control                   |  1 -
 debian/patches/series            |  1 -
 debian/patches/utils-merge.patch | 24 ------------------------
 3 files changed, 26 deletions(-)

diff --git a/debian/control b/debian/control
index 8cf6571..2b057e8 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-utils-merge (>= 1.0.0)
 Description: Abstract prototype matching the LevelDOWN API - Node.js module
  abstract-leveldown is a Node.js module which is an abstract prototype
  matching the LevelDOWN API. Useful for extending LevelUP functionality by
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3b88965..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-utils-merge.patch
diff --git a/debian/patches/utils-merge.patch b/debian/patches/utils-merge.patch
deleted file mode 100644
index b696662..0000000
--- a/debian/patches/utils-merge.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: use utils-merge instead of xtend
-Author: Andrew Kelley <superjoe30 at gmail.com>
-Forwarded: not-needed
-Last-Update: 2014-07-04
-
---- node-abstract-leveldown-0.12.3.orig/abstract-leveldown.js
-+++ node-abstract-leveldown-0.12.3/abstract-leveldown.js
-@@ -1,6 +1,6 @@
- /* Copyright (c) 2013 Rod Vagg, MIT License */
- 
--var xtend                = require('xtend')
-+var merge                = require('utils-merge')
-   , AbstractIterator     = require('./abstract-iterator')
-   , AbstractChainedBatch = require('./abstract-chained-batch')
- 
-@@ -193,7 +193,7 @@ AbstractLevelDOWN.prototype.approximateS
- AbstractLevelDOWN.prototype._setupIteratorOptions = function (options) {
-   var self = this
- 
--  options = xtend(options)
-+  options = merge({}, options)
- 
-   ;[ 'start', 'end', 'gt', 'gte', 'lt', 'lte' ].forEach(function (o) {
-     if (options[o] && self._isBuffer(options[o]) && options[o].length === 0)

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



More information about the Pkg-javascript-commits mailing list