[DRE-commits] [jekyll] 16/17: Add 0013_require_coffee_script_test.patch to require coffee_script for autopkgtests

Cédric Boutillier boutil at moszumanska.debian.org
Sun Jun 5 20:33:05 UTC 2016


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

boutil pushed a commit to branch master
in repository jekyll.

commit f7c3b0a6344335d69f612fcec3bfb65233e9c1e9
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jun 5 21:59:56 2016 +0200

    Add 0013_require_coffee_script_test.patch to require coffee_script for autopkgtests
---
 debian/changelog                                     |  2 ++
 debian/patches/0013_require_coffee_script_test.patch | 13 +++++++++++++
 debian/patches/series                                |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67c8acc..f04ec6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ jekyll (3.1.6+dfsg-1) unstable; urgency=medium
     (Closes: #825628)
   * Add 0012_no_require_relative.patch to use LOAD_PATH to find jekyll in
     tests
+  * Add 0013_require_coffee_script_test.patch to require coffee_script for
+    autopkgtests
 
  -- Cédric Boutillier <boutil at debian.org>  Sun, 05 Jun 2016 11:33:15 +0200
 
diff --git a/debian/patches/0013_require_coffee_script_test.patch b/debian/patches/0013_require_coffee_script_test.patch
new file mode 100644
index 0000000..4577451
--- /dev/null
+++ b/debian/patches/0013_require_coffee_script_test.patch
@@ -0,0 +1,13 @@
+Description: require coffee_script for autopkgtests
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: no
+Last-Update: 2016-06-05
+
+--- a/test/test_coffeescript.rb
++++ b/test/test_coffeescript.rb
+@@ -1,4 +1,5 @@
+ require 'helper'
++require 'coffee_script'
+ 
+ class TestCoffeeScript < JekyllUnitTest
+   context "converting CoffeeScript" do
diff --git a/debian/patches/series b/debian/patches/series
index 945fe0c..f7bedf0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 0010-require-openssl.patch
 0011-fix-test-pygments.patch
 0012_no_require_relative.patch
+0013_require_coffee_script_test.patch

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



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