[DRE-commits] [ruby-em-http-request] 03/03: added patch to usw WEBrick not Mongrel

Jonas Genannt jonas at brachium-system.net
Fri Feb 21 20:15:27 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository ruby-em-http-request.

commit 4dc266467bd915905c93ee887184cc2bcf84c05b
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Fri Feb 21 21:15:21 2014 +0100

    added patch to usw WEBrick not Mongrel
---
 debian/patches/change_mongrel_to_webrick.patch | 15 +++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/change_mongrel_to_webrick.patch b/debian/patches/change_mongrel_to_webrick.patch
new file mode 100644
index 0000000..16944e4
--- /dev/null
+++ b/debian/patches/change_mongrel_to_webrick.patch
@@ -0,0 +1,15 @@
+Description: change to WEBrick, Mongrel is not available
+Author: Jonas Genannt <jonas.genannt at capi2name.de>
+Forwarded: not-needed
+
+--- a/spec/stallion.rb
++++ b/spec/stallion.rb
+@@ -53,7 +53,7 @@
+ 
+   def self.run(options = {})
+     options = {:Host => "127.0.0.1", :Port => 8090}.merge(options)
+-    Rack::Handler::Mongrel.run(Rack::Lint.new(self), options)
++    Rack::Handler::WEBrick.run(Rack::Lint.new(self), options)
+   end
+ 
+   def self.call(env)
diff --git a/debian/patches/series b/debian/patches/series
index 04d0772..8570825 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 diasble-rubygems.patch
 require_connection_test.patch
+change_mongrel_to_webrick.patch

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



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