Your message dated Sat, 13 Sep 2014 09:31:34 -0700
with message-id 
<CACXN+=sioz8wb_pbjcel+ele-0mzcvub8wzhgkccgwmejmc...@mail.gmail.com>
and subject line I no longer intend to package this module.
has caused the Debian Bug report #753327,
regarding ITP: node-deferred-leveldown -- Handle delayed-open on LevelDOWN 
compatible libraries
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
753327: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753327
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley <[email protected]>
X-Debbugs-CC: [email protected]

* Package name    : node-deferred-leveldown
  Version         : 0.2.0
  Upstream Author : Rod Vagg <[email protected]>
* URL             : https://github.com/Level/deferred-leveldown
* License         : Expat
  Programming Lang: JavaScript
  Description     : Handle delayed-open on LevelDOWN compatible libraries -
Node.js module

 deferred-leveldown is a Node.js module which provides a mock LevelDOWN
 implementation that queues operations while a real LevelDOWN instance is
 being opened.
 .
 DeferredLevelDOWN implements the basic AbstractLevelDOWN API so it can be
 used as a drop-in replacement where LevelDOWN is needed.
 .
 put(), get(), del() and batch() operations are all queued and kept in
memory
 until a new LevelDOWN-compatible object can be supplied.
 .
 The setDb(db) method is used to supply a new LevelDOWN object. Once
received,
 all queued operations are replayed against that object, in order.
 .
 batch() operations will all be replayed as the array form. Chained-batch
 operations are converted before being stored.
 .
 Node.js is an event-based server-side JavaScript engine.

--- End Message ---
--- Begin Message ---

--- End Message ---

Reply via email to