[DRE-commits] [ruby-uglifier] 09/09: use source_map instead of sourcemap

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


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

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

commit 7190f63c03e15377393dce3b3b057e4e63f2c1d3
Author: Pirate Praveen <praveen at debian.org>
Date:   Sun Jan 29 01:43:27 2017 +0530

    use source_map instead of sourcemap
---
 debian/patches/003-use-other-sourcemap.patch | 11 +++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/003-use-other-sourcemap.patch b/debian/patches/003-use-other-sourcemap.patch
new file mode 100644
index 0000000..8df68b1
--- /dev/null
+++ b/debian/patches/003-use-other-sourcemap.patch
@@ -0,0 +1,11 @@
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,7 +1,7 @@
+ # encoding: UTF-8
+ require 'uglifier'
+ require 'rspec'
+-require 'sourcemap'
++require 'source_map'
+ 
+ # Requires supporting files with custom matchers and macros, etc,
+ # in ./support/ and its subdirectories.
diff --git a/debian/patches/series b/debian/patches/series
index b3fc55d..1644b6d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Use-packaged-UglifyJS-and-Source-Map.patch
 0002-Adjust-tests-to-lib-uglify.js-being-dropped.patch
+003-use-other-sourcemap.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