[Pkg-javascript-commits] [uglifyjs] 03/03: Prepare for release: Update changelog and control file.
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 dab9e90b5e2b47e245c3e2a84dc0d3537c3fc041
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Oct 16 15:41:26 2014 +0200
Prepare for release: Update changelog and control file.
---
debian/changelog | 4 +++-
debian/control | 8 ++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4375589..77cad51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ uglifyjs (2.4.15-1) unstable; urgency=medium
* Fix use canonical URL in Vcs-Git.
* Update Vcs-Browser URL to use cgit web frontend.
* Declare compliance with Debian Policy 3.9.6.
+ * Unfuzz patch 1001.
+ * Fix use plain ASCII dash in long description.
- -- Jonas Smedegaard <dr at jones.dk> Thu, 16 Oct 2014 13:51:37 +0200
+ -- Jonas Smedegaard <dr at jones.dk> Thu, 16 Oct 2014 15:14:13 +0200
uglifyjs (2.4.13-2) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 2682e64..3567966 100644
--- a/debian/control
+++ b/debian/control
@@ -32,15 +32,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