[DRE-commits] [ruby-responders] 05/05: temporary patch to be able to build against rails 4.1

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Nov 11 17:38:41 UTC 2015


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

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

commit 48fffabf8fba94c0f149cfb63db590ce5c3cde0e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Nov 11 15:37:12 2015 -0200

    temporary patch to be able to build against rails 4.1
---
 debian/changelog                           |  2 ++
 debian/patches/series                      |  1 +
 debian/patches/test-against-rails4.1.patch | 11 +++++++++++
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dddc3c5..3074341 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ ruby-responders (2.1.0-4) unstable; urgency=medium
       experiment here. It seems to work, and if nothing nasty shows up that is
       something I want to generalize as an option in gem2deb.
   * debian/control: wrap-and-sort
+  * debian/patches/test-against-rails4.1.patch: temporary patch to be able to
+    build against rails 4.1
 
  -- Antonio Terceiro <terceiro at debian.org>  Wed, 11 Nov 2015 11:48:26 -0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 34096ef..d9f9bd2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 gemspec_loadpath.patch
 Bundler
 rails-compat.patch
+test-against-rails4.1.patch
diff --git a/debian/patches/test-against-rails4.1.patch b/debian/patches/test-against-rails4.1.patch
new file mode 100644
index 0000000..8b452fd
--- /dev/null
+++ b/debian/patches/test-against-rails4.1.patch
@@ -0,0 +1,11 @@
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -32,8 +32,6 @@ class ApplicationController < ActionCont
+ end
+ 
+ class ActiveSupport::TestCase
+-  self.test_order = :random
+-
+   setup do
+     @routes = Responders::Routes
+   end

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



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