[DRE-commits] [ruby-uglifier] 08/09: remove patches already applied

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 fcd33a49bc5ce7f6435dfc08496c745efd2d712c
Author: Pirate Praveen <praveen at debian.org>
Date:   Sun Jan 29 01:36:35 2017 +0530

    remove patches already applied
---
 debian/patches/0003-Mark-test-as-pending.patch     | 21 --------------------
 .../patches/0004-Adapt-test-to-UglifyJS-2.7.patch  | 23 ----------------------
 debian/patches/series                              |  2 --
 3 files changed, 46 deletions(-)

diff --git a/debian/patches/0003-Mark-test-as-pending.patch b/debian/patches/0003-Mark-test-as-pending.patch
deleted file mode 100644
index 0cd2343..0000000
--- a/debian/patches/0003-Mark-test-as-pending.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Antonio Terceiro <terceiro at debian.org>
-Date: Sun, 7 Aug 2016 20:28:59 -0300
-Subject: Mark test as pending
-
-This patch is Debian-specific
----
- spec/source_map_spec.rb | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/spec/source_map_spec.rb b/spec/source_map_spec.rb
-index 8803db7..9cd9880 100644
---- a/spec/source_map_spec.rb
-+++ b/spec/source_map_spec.rb
-@@ -57,6 +57,7 @@ describe "Uglifier" do
-   end
- 
-   it "should be able to handle an input source map" do
-+    pending "Needs UglifyJS >= 2.5 to work"
-     source = <<-JS
-       function hello () {
-         function world () {
diff --git a/debian/patches/0004-Adapt-test-to-UglifyJS-2.7.patch b/debian/patches/0004-Adapt-test-to-UglifyJS-2.7.patch
deleted file mode 100644
index 4d3ab93..0000000
--- a/debian/patches/0004-Adapt-test-to-UglifyJS-2.7.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Antonio Terceiro <terceiro at debian.org>
-Date: Tue, 13 Dec 2016 18:13:07 -0200
-Subject: Adapt test to UglifyJS 2.7
-
-The same changes was made upstream at
-https://github.com/lautis/uglifier/commit/f676b66f1d35653f81b9645508c30053b680a64b
----
- spec/uglifier_spec.rb | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/spec/uglifier_spec.rb b/spec/uglifier_spec.rb
-index 34f3332..44c9854 100644
---- a/spec/uglifier_spec.rb
-+++ b/spec/uglifier_spec.rb
-@@ -19,7 +19,7 @@ describe "Uglifier" do
-   end
- 
-   it "doesn't omit null character in strings" do
--    expect(Uglifier.new.compile('var foo="\0bar"')).to include("\\x00bar")
-+    expect(Uglifier.new.compile('var foo="\0bar"')).to include("\\0bar")
-   end
- 
-   it "adds trailing semicolon to minified source" do
diff --git a/debian/patches/series b/debian/patches/series
index 4013594..b3fc55d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
 0001-Use-packaged-UglifyJS-and-Source-Map.patch
 0002-Adjust-tests-to-lib-uglify.js-being-dropped.patch
-0003-Mark-test-as-pending.patch
-0004-Adapt-test-to-UglifyJS-2.7.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