[Pkg-javascript-commits] [uglifyjs] 02/03: Fix use plain ASCII dash in long description.

Jonas Smedegaard dr at jones.dk
Thu Oct 16 13:44:30 UTC 2014


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

js pushed a commit to branch master
in repository uglifyjs.

commit b0b2868fc7ae1472b0c1ceb220689624e17df1ce
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Oct 16 15:14:03 2014 +0200

    Fix use plain ASCII dash in long description.
---
 debian/control.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 60fa1d7..9ce35a0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -26,15 +26,15 @@ Description: JavaScript parser, mangler/compressor and beautifier toolkit
     JavaScript code.
   * A code generator which outputs JavaScript code from an AST, also
     providing the option to get a source map.
-  * A compressor (optimizer) — it uses the transformer API to optimize
+  * A compressor (optimizer) - it uses the transformer API to optimize
     an AST into a smaller one.
-  * A mangler — reduce names of local variables to (usually)
+  * A mangler - reduce names of local variables to (usually)
     single-letters.
   * A scope analyzer, which is a tool that augments the AST with
     information about where variables are defined/referenced etc.
-  * A tree walker — a simple API allowing you to do something on every
+  * A tree walker - a simple API allowing you to do something on every
     node in the AST.
-  * A tree transformer — another API intended to transform the tree.
+  * A tree transformer - another API intended to transform the tree.
  .
  All the above utilities and APIs are defined in ~6500 lines of code
  (except for the effective generation of the source-map, which is

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



More information about the Pkg-javascript-commits mailing list