[Pkg-javascript-commits] [node-regjsgen] 01/03: Better description

Julien Puydt julien.puydt at laposte.net
Mon Aug 21 20:43:46 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository node-regjsgen.

commit e20e3af1ad94fe44b3a5892ed3680d706099744a
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Mon Aug 21 22:39:40 2017 +0200

    Better description
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 6bb7368..df04c66 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-regjsgen.git
 Package: node-regjsgen
 Architecture: all
 Depends: ${misc:Depends}, nodejs
-Description: Generate regular expression in Node.js
- This module can generate regular expressions from the abstract syntax trees
- created by regjsparser for example.
+Description: Regular expression from abstract syntax trees in Node.js
+ This module accepts an abstract syntax tree representing a regular expression
+ (like the ones created by regjsparser, for example), and turns them into a
+ regular expression string.
  .
  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-regjsgen.git



More information about the Pkg-javascript-commits mailing list