[Pkg-javascript-commits] [node-leveldown] 06/10: update dependencies and description

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Fri Sep 12 17:01:00 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-leveldown.

commit 3b3770412ce10691ea38cdcbbc3f32c831ac6f16
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Fri Sep 12 16:01:16 2014 +0000

    update dependencies and description
---
 debian/control | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 68a2dc8..40be50f 100644
--- a/debian/control
+++ b/debian/control
@@ -23,19 +23,13 @@ Depends:
  ${misc:Depends}
  , ${shlibs:Depends}
  , nodejs
- , node-nan
- , node-bindings
-Description: LevelDB binding, primary backend for LevelUP - Node.js module
- LevelDOWN was extracted from LevelUP and now serves as a stand-alone binding
- for LevelDB.
- .
- It is recommended that you use LevelUP in preference to LevelDOWN unless you
- have measurable performance reasons to do so. LevelUP is optimised for
- usability and safety. Using leveldown directly it is easy to crash your Node.js
- process if you don't do things in just the right way.
- .
- See the documentation on safety for details of known unsafe operations with
- LevelDOWN.
+ , node-nan (>= 1.3.0)
+ , node-bindings (>= 1.2.1)
+ , node-abstract-leveldown (>= 2.0.0)
+Description: LevelDB bindings - Node.js module
+ LevelDOWN provides a Node.js JavaScript API to the LevelDB C library. It
+ provides the ability to open and close a LevelDB instance, as well as the
+ put, get, del, and batch operations.
  .
  Node.js is an event-based server-side javascript engine.
 

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



More information about the Pkg-javascript-commits mailing list