[Pkg-javascript-commits] [node-finished] 01/01: Rewrite description
    Jérémy Lal 
    kapouer at moszumanska.debian.org
       
    Sun Jul  6 07:47:48 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-finished.
commit 18c8d1bb4a6261455026b4f537c9581f15c4fc6f
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Jul 6 09:39:57 2014 +0200
    Rewrite description
---
 debian/control | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index c3948bd..58f248d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,9 +20,10 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: execute callback on request finished - Node.js module
- This module helps in execute a callback function when a request
- closes, finishes, or returns errors. It is useful to safe destroy
- any object and stream used while serving the request.
+Description: calls back on request close, finish or error - Node.js module
+ This module is useful for cleaning up streams.
+ It is used to safely destroy any object and stream used while serving
+ a request, and is required to fix what many perceive as an issue with
+ Node.js streams.
  .
  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-finished.git
    
    
More information about the Pkg-javascript-commits
mailing list