[Pkg-javascript-commits] [node-async] 11/26: Improve short and long descriptions.
Jonas Smedegaard
dr at jones.dk
Sun Jan 7 17:19:55 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/0.8.0-2
in repository node-async.
commit 3d6a648656901122dfc1f257967663366993ac26
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Jan 7 16:32:38 2018 +0100
Improve short and long descriptions.
---
debian/control | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index d2ca950..733a6f5 100644
--- a/debian/control
+++ b/debian/control
@@ -16,13 +16,9 @@ Package: libjs-async
Architecture: all
Depends: ${misc:Depends},
Recommends: javascript-common,
-Description: higher-order functions and common patterns for asynchronous Javascript
- Node is an event-based server-side JavaScript engine.
- .
+Description: functions and patterns for asynchronous code - web browsers
Async is a utility module which provides straight-forward, powerful
- functions for working with asynchronous Javascript. Although originally
- designed for use with Node, it can also be used directly in the
- browser.
+ functions for working with asynchronous Javascript.
.
Async provides around 20 functions that include the usual 'functional'
suspects (map, reduce, filter, forEach…) as well as some common
@@ -36,13 +32,9 @@ Package: node-async
Architecture: all
Depends: ${misc:Depends},
nodejs
-Description: higher-order functions and common patterns for asynchronous Javascript
- Node is an event-based server-side JavaScript engine.
- .
+Description: functions and patterns for asynchronous code - Node.js
Async is a utility module which provides straight-forward, powerful
- functions for working with asynchronous Javascript. Although originally
- designed for use with Node, it can also be used directly in the
- browser.
+ functions for working with asynchronous Javascript.
.
Async provides around 20 functions that include the usual 'functional'
suspects (map, reduce, filter, forEach…) as well as some common
@@ -50,4 +42,5 @@ Description: higher-order functions and common patterns for asynchronous Javascr
All these functions assume you follow the Node convention of providing
a single callback as the last argument of your async function.
.
- This provides async for use with Node.
+ This provides async for use with Node.js -
+ an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list