[Pkg-javascript-commits] [node-ncp] 01/03: Shorten description - we just need a summary

Jérémy Lal kapouer at moszumanska.debian.org
Wed Jul 9 23:31:15 UTC 2014


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

kapouer pushed a commit to branch master
in repository node-ncp.

commit 5eeefa800a4115a2486d4f7a066d0c3f149ed769
Author: Jérémy Lal <kapouer at melix.org>
Date:   Thu Jul 10 01:26:05 2014 +0200

    Shorten description - we just need a summary
---
 debian/control | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 3f3aa28..a227c81 100644
--- a/debian/control
+++ b/debian/control
@@ -22,23 +22,7 @@ Description: Asynchronous recursive file copy utility - Node.js module
  ncp is a Node.js module which provides asynchronous recursive file and
  directory copying.
  .
- ncp supports several options:
- .
- filter - a regular expression or function used to exclude files from being
- copied.
- .
- transform - a function used to apply streaming transforms while copying.
- .
- clobber - if set to false, ncp will not overwrite destination files that
- already exist.
- .
- dereference - if set to true, ncp will follow symbolic links.
- .
- stopOnErr - if set to true, ncp will behave like cp -r, and stop on the first
- error it encounters. By default, ncp continues copying, logging all errors
- and returning an array.
- .
- errs - if stopOnErr is false, a stream can be provided, and errors will be
- written to this stream.
+ ncp supports several options to filter, transform the stream, disable
+ clobber, dereference, stop on error, catch errors in a stream.
  .
  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-ncp.git



More information about the Pkg-javascript-commits mailing list