[Pkg-javascript-commits] [node-eventemitter2] 01/01: Rewrite descriptions

Jérémy Lal kapouer at moszumanska.debian.org
Fri May 9 22:04:56 UTC 2014


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

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

commit a36544059c3704cb86a9fc3c767b0d1d113f72d8
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat May 10 00:04:47 2014 +0200

    Rewrite descriptions
---
 debian/control | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index eb7d460..84e5372 100644
--- a/debian/control
+++ b/debian/control
@@ -14,12 +14,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-eventemitte
 Package: node-eventemitter2
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs
-Description: Eventemitter2 module for Node.js
- This module provides Eventemitter2, an implementation of the Eventemitter
- found in Node.js.
- .
- Eventemitter is an event emitter implementation with namespaces, wildcards, TTL
- and browser support.
+Description: Event emitter compatible with browsers - module for Node.js
+ This module provides EventEmitter2, an implementation of the
+ EventEmitter object found in Node.js, with additional support for
+ namespaces, wildcards, and n-times listeners.
  .
  Node.js is an event-based server-side JavaScript engine.
 
@@ -27,9 +25,9 @@ Package: libjs-eventemitter2
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: javascript-common
-Description: Eventemitter2 module for use in a browser
- This module provides Eventemitter2, an implementation of the Eventemitter
- found in Node.js, for javascript.
+Description: Event emitter compatible with browsers
+ This module provides EventEmitter2, an implementation of the
+ EventEmitter object found in Node.js, with additional support for
+ namespaces, wildcards, and n-times listeners.
  .
- Eventemitter is an event emitter implementation with namespaces, wildcards, TTL
- and browser support.
+ This package contains the library for browsers.

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



More information about the Pkg-javascript-commits mailing list