[Pkg-javascript-commits] [SCM] JavaScript parser/mangler/compressor/beautifier library for NodeJS branch, master, updated. debian/1.0.4-1-62-g8889e8f

Jonas Smedegaard dr at jones.dk
Sun Dec 9 22:08:30 UTC 2012


The following commit has been merged in the master branch:
commit 8889e8f09b2b7ba1f5832aa4dd98cf869bf43d64
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 9 23:05:25 2012 +0100

    Prepare for release: Update changelog and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 5101fbb..11544a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+uglifyjs (1.3.4-1) unstable; urgency=low
+
+  [ upstream ]
+  * New upstream release.
+
+  [ Jonas Smedegaard ]
+  * Fix adapt path in binary too in fix_lib_path patch.
+  * Consistently adjust only actually used files in node_conflict patch,
+    as already partly done (accidentally?) in 1.3.3-1.
+  * Refresh patches with shortening quilt options.
+  * Bump dephelper compatibility level to 8.
+  * Update package relations:
+    + Relax to build-depend unversioned on debhelper: Needed version
+      satisfied in stable, and oldstable no longer supported.
+    + Build-depend on dh-buildinfo, to improve ability to debug
+      packaging independent from central Debian resources.
+    + Build-depend on devscripts, to enable CDBS copyright checking.
+  * Use anonscm.debian.org for Vcs-Browser field.
+  * Improve slightly unsetting executable bit: use symbolic format, and
+    improve comment.
+  * Update copyright file:
+    + Use recommended License shortname BSD-2-clause.
+    + Rewrap License paragraph at 72 chars with minimal indentation.
+    + Add Upstream-Contact and Source fields.
+    + Fix add additional copyright holder (same license), thanks to CDBS
+      copyright check.
+  * Drop obsolete binary package libnode-uglify (and stop
+    providing/replacing as well).
+  * Update watch file to directly use github.com URL (not
+    githubredir.debian.net).
+  * Switch packaging from short-form dh to CDBS.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 09 Dec 2012 22:59:07 +0100
+
 uglifyjs (1.3.3-1) experimental; urgency=low
 
   * Imported Upstream version 1.3.3
diff --git a/debian/copyright_hints b/debian/copyright_hints
index a14a3d4..64ca22a 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -31,6 +31,7 @@ Files: debian/README.source
  test/unit/compress/expected/assignment.js
  test/unit/compress/expected/concatstring.js
  test/unit/compress/expected/const.js
+ test/unit/compress/expected/div-with-regexp.js
  test/unit/compress/expected/empty-blocks.js
  test/unit/compress/expected/forstatement.js
  test/unit/compress/expected/if-not.js
@@ -79,6 +80,7 @@ Files: debian/README.source
  test/unit/compress/test/assignment.js
  test/unit/compress/test/concatstring.js
  test/unit/compress/test/const.js
+ test/unit/compress/test/div-with-regexp.js
  test/unit/compress/test/empty-blocks.js
  test/unit/compress/test/forstatement.js
  test/unit/compress/test/if-not.js

-- 
JavaScript parser/mangler/compressor/beautifier library for NodeJS



More information about the Pkg-javascript-commits mailing list