[DRE-commits] [ruby-temple] 03/08: Add patch to fix compatibility with the tilt version currently in Debian

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 9 15:04:51 UTC 2015


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

lunar pushed a commit to branch master
in repository ruby-temple.

commit 5931513e08bcb272d6bb956682a626435c62e65e
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Sep 9 16:58:17 2015 +0200

    Add patch to fix compatibility with the tilt version currently in Debian
---
 debian/patches/fix-require-for-older-tilt.patch | 18 ++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix-require-for-older-tilt.patch b/debian/patches/fix-require-for-older-tilt.patch
new file mode 100644
index 0000000..615e2ad
--- /dev/null
+++ b/debian/patches/fix-require-for-older-tilt.patch
@@ -0,0 +1,18 @@
+Description: fix require for older tilt version
+ The Erubis engine is defined in 'tilt/erb' in the version of tilt currently in
+ Debian.
+Author: Jérémy Bobbio <lunar at debian.org>
+Last-Update: 2015-09-09
+Forwarded: not-needed
+
+diff --git a/test/test_erb.rb b/test/test_erb.rb
+index a82a1a2..f902b01 100644
+--- a/test/test_erb.rb
++++ b/test/test_erb.rb
+@@ -1,5 +1,5 @@
+ require 'helper'
+-require 'tilt/erubis'
++require 'tilt/erb'
+ 
+ describe Temple::ERB::Engine do
+   it 'should compile erb' do
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9788dc2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-require-for-older-tilt.patch

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



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