[DRE-commits] [ruby-execjs] 04/08: drop unecessary patch

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Aug 14 17:42:45 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-execjs.

commit 03a893f58614da4eb230c4a6e37699f59e398307
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Aug 14 14:16:55 2015 -0300

    drop unecessary patch
---
 debian/changelog                                 |  2 ++
 debian/patches/01_use_local_coffee_script_source | 17 -----------------
 debian/patches/series                            |  1 -
 3 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 546de26..312be45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ruby-execjs (2.4.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Update packaging with a new dh-make-ruby run
+  * debian/patches/01_use_local_coffee_script_source: dropped, not needed
+    anymore.
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 14 Aug 2015 14:10:30 -0300
 
diff --git a/debian/patches/01_use_local_coffee_script_source b/debian/patches/01_use_local_coffee_script_source
deleted file mode 100644
index 6a7eb55..0000000
--- a/debian/patches/01_use_local_coffee_script_source
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: use local version of coffeescript
- The upstream test suite attempts to open an external link to grab a copy of coffee-script.js. Instead, use the local copy provided by the package ruby-coffee-script-source.
-Author: Caitlin Matos <caitlin.matos at zoho.com> 
-Last-Update: 2014-07-29 
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/test/test_execjs.rb
-+++ b/test/test_execjs.rb
-@@ -166,7 +166,7 @@ class TestExecJS < Test
- 
-   def test_coffeescript
-     require "open-uri"
--    assert source = open("http://coffeescript.org/extras/coffee-script.js").read
-+    assert source = open("/usr/share/javascript/coffeescript/coffee-script.js").read
-     context = ExecJS.compile(source)
-     assert_equal 64, context.call("CoffeeScript.eval", "((x) -> x * x)(8)")
-   end
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2421a51..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_use_local_coffee_script_source

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



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