[DRE-commits] [ruby-rack] 01/02: Add patch: upstream Issue 631

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jul 29 08:41:12 UTC 2015


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

uwabami-guest pushed a commit to branch master
in repository ruby-rack.

commit b9d6d32534031499050e5afa541570eea6fa12b5
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Jul 29 17:32:25 2015 +0900

    Add patch: upstream Issue 631
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/changelog                               |  7 +++++++
 debian/patches/0001-Fix-unreported-FTBFS.patch | 20 ++++++++++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2ffc237..835a327 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-rack (1.5.2-4) unstable; urgency=medium
+
+  * Add patch: Fix upstream Issue 631
+    - uninitialized constant Rack::Response::BodyProxy
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Wed, 29 Jul 2015 17:32:29 +0900
+
 ruby-rack (1.5.2-3) unstable; urgency=medium
 
   * add myself to Uploaders:
diff --git a/debian/patches/0001-Fix-unreported-FTBFS.patch b/debian/patches/0001-Fix-unreported-FTBFS.patch
new file mode 100644
index 0000000..ce750d7
--- /dev/null
+++ b/debian/patches/0001-Fix-unreported-FTBFS.patch
@@ -0,0 +1,20 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Wed, 29 Jul 2015 17:31:47 +0900
+Subject: Fix (unreported) FTBFS
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ lib/rack/response.rb | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/rack/response.rb b/lib/rack/response.rb
+index 2beba7a..304c55a 100644
+--- a/lib/rack/response.rb
++++ b/lib/rack/response.rb
+@@ -1,5 +1,6 @@
+ require 'rack/request'
+ require 'rack/utils'
++require 'rack/body_proxy'
+ require 'time'
+ 
+ module Rack
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b82d20b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-unreported-FTBFS.patch

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



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