[Pkg-javascript-commits] [uglifyjs] 01/02: Prepare for release: Update changelog, control file, and copyright hints.

Jonas Smedegaard dr at jones.dk
Fri Dec 9 13:06:51 UTC 2016


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

js pushed a commit to branch master
in repository uglifyjs.

commit 531d9051f8a93536cf5f5840c497f8a474d7d99f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Dec 9 12:43:05 2016 +0100

    Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog       | 12 ++++++++++++
 debian/control         | 10 ++++++----
 debian/copyright_hints |  8 +++++++-
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0bd4558..4967334 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+uglifyjs (2.7.5-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
+
+  [ Jonas Smedegaard ]
+  * Build-depend on node-escodegen node-estraverse: Improves testsuite.
+  * Don't fail testuite when targeting experimental.
+  * Unfuzz and slightly update patch 1001.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 09 Dec 2016 12:42:57 +0100
+
 uglifyjs (2.7.4-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 5ea00fe..a0fa733 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,18 @@ Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Marcelo Jorge Vieira (metal) <metal at debian.org>,
  Antonio Terceiro <terceiro at debian.org>,
- Jonas Smedegaard <dr at jones.dk>,
- Pirate Praveen <praveen at debian.org>
+ Jonas Smedegaard <dr at jones.dk>
 Build-Depends: cdbs,
  licensecheck,
  debhelper,
  dh-buildinfo,
  node-async (>= 0.2.6),
  node-yargs,
- help2man,
- mocha
+ mocha,
+ node-escodegen,
+ node-estraverse,
+ node-source-map,
+ help2man
 Standards-Version: 3.9.8
 Homepage: http://lisperator.net/uglifyjs/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/uglifyjs.git
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 20733c2..2611d19 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -17,7 +17,6 @@ Files: appveyor.yml
  debian/source/format
  debian/watch
  npm-shrinkwrap.json
- package.json
  test/compress/angular-inject.js
  test/compress/arrays.js
  test/compress/ascii.js
@@ -43,6 +42,7 @@ Files: appveyor.yml
  test/compress/issue-1202.js
  test/compress/issue-126.js
  test/compress/issue-1275.js
+ test/compress/issue-1321.js
  test/compress/issue-143.js
  test/compress/issue-208.js
  test/compress/issue-22.js
@@ -101,6 +101,7 @@ Files: appveyor.yml
  test/mocha/minify.js
  test/mocha/new.js
  test/mocha/number-literal.js
+ test/mocha/screw-ie8.js
  test/mocha/spidermonkey.js
  test/mocha/string-literal.js
  test/mocha/with.js
@@ -130,6 +131,11 @@ Copyright: 2012, (c) Mihai Bazon <mihai.bazon at gmail.com>
 License: BSD-2-clause
  FIXME
 
+Files: package.json
+Copyright: NONE
+License: BSD-2-clause
+ FIXME
+
 Files: tools/domprops.json
 Copyright: NONE
 License: FTL

-- 
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