[DRE-commits] [ruby-acts-as-list] 03/03: Add list_test.rb.patch.

Andrew Lee ajqlee at moszumanska.debian.org
Tue Sep 15 11:46:37 UTC 2015


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

ajqlee pushed a commit to branch master
in repository ruby-acts-as-list.

commit 862a5101546b49348f99f35cb892e67fd7d99d47
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Tue Sep 15 19:46:24 2015 +0800

    Add list_test.rb.patch.
---
 debian/patches/list_test.rb.patch | 14 ++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/list_test.rb.patch b/debian/patches/list_test.rb.patch
new file mode 100644
index 0000000..c5e09b6
--- /dev/null
+++ b/debian/patches/list_test.rb.patch
@@ -0,0 +1,14 @@
+--- a/test/list_test.rb
++++ b/test/list_test.rb
+@@ -1,10 +1,9 @@
+ require 'test/unit'
+ 
+ require 'rubygems'
+-gem 'activerecord', '>= 1.15.4.7794'
+ require 'active_record'
+ 
+-require "#{File.dirname(__FILE__)}/../lib/acts_as_list"
++require "acts_as_list"
+ 
+ ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :dbfile => ":memory:")
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..43ccfa2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+list_test.rb.patch

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



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