[DRE-commits] [ruby-uglifier] branch master updated (b9dd239 -> 7190f63)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Jan 28 20:20:52 UTC 2017


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

praveen pushed a change to branch master
in repository ruby-uglifier.

      from  b9dd239   Merge tag 'upstream/3.0.2'
       new  b879f0d   fix test broken by UglifyJS 2.7
       new  7140c91   New upstream version 3.0.2+dfsg
       new  8f89cf4   New upstream version 3.0.4+dfsg
       new  c69d3c9   upload to experimental
       new  6113f28   refresh patch 	modified:   debian/patches/0001-Use-packaged-UglifyJS-and-Source-Map.patch
       new  ce86533   switch to github tarballs
       new  6f8e9c9   manually import github tarball 3.0.4
       new  fcd33a4   remove patches already applied
       new  7190f63   use source_map instead of sourcemap

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmodules                                        |   3 +
 .rubocop.yml                                       |   6 +-
 .travis.yml                                        |  17 +-
 CHANGELOG.md                                       |  10 +
 Gemfile                                            |   2 +-
 README.md                                          |   7 +-
 Rakefile                                           |   3 +
 debian/changelog                                   |  14 +
 ...0001-Use-packaged-UglifyJS-and-Source-Map.patch |  31 +-
 debian/patches/0003-Mark-test-as-pending.patch     |  21 -
 debian/patches/003-use-other-sourcemap.patch       |  11 +
 debian/patches/series                              |   2 +-
 debian/watch                                       |   2 +-
 lib/uglifier.js                                    |   4 +-
 lib/uglifier.rb                                    |  20 +-
 lib/uglifier/version.rb                            |   2 +-
 lib/uglify.js                                      | 425 ---------------------
 metadata.yml                                       | 155 --------
 patches/es5-string-split.patch                     |  23 ++
 spec/source_map_spec.rb                            |   8 +-
 spec/uglifier_spec.rb                              |  34 +-
 uglifier.gemspec                                   |   8 +-
 22 files changed, 164 insertions(+), 644 deletions(-)
 delete mode 100644 debian/patches/0003-Mark-test-as-pending.patch
 create mode 100644 debian/patches/003-use-other-sourcemap.patch
 delete mode 100644 lib/uglify.js
 delete mode 100644 metadata.yml
 create mode 100644 patches/es5-string-split.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-uglifier.git



More information about the Pkg-ruby-extras-commits mailing list