[DRE-commits] [tdiary] 08/09: Refresh patches
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Fri Feb 27 14:55:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository tdiary.
commit 59be818ac1d64987bcd29c1a2b7e7c9bfd901f7e
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Fri Feb 27 23:51:05 2015 +0900
Refresh patches
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/patches/0004-Add-Rack-Dependencies-for-CGI-mode.patch | 10 +++-------
debian/patches/0005-Add-Pathname-Dependencies.patch | 10 ++++++++++
debian/patches/series | 1 +
3 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/debian/patches/0004-Add-Rack-Dependencies-for-CGI-mode.patch b/debian/patches/0004-Add-Rack-Dependencies-for-CGI-mode.patch
index 8f0ebba..cd23f58 100644
--- a/debian/patches/0004-Add-Rack-Dependencies-for-CGI-mode.patch
+++ b/debian/patches/0004-Add-Rack-Dependencies-for-CGI-mode.patch
@@ -7,16 +7,12 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
tdiary/request.rb | 3 +++
1 file changed, 3 insertions(+)
-diff --git a/tdiary/request.rb b/tdiary/request.rb
-index b80fac2..b232252 100644
---- a/tdiary/request.rb
-+++ b/tdiary/request.rb
-@@ -1,5 +1,8 @@
+--- a/lib/tdiary/request.rb
++++ b/lib/tdiary/request.rb
+@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# stolen from okkez http://github.com/hiki/hiki/blob/rack/hiki/request.rb
-+
+require 'rack'
-+
module TDiary
class Request < ::Rack::Request
include RequestExtension
diff --git a/debian/patches/0005-Add-Pathname-Dependencies.patch b/debian/patches/0005-Add-Pathname-Dependencies.patch
new file mode 100644
index 0000000..c7a916b
--- /dev/null
+++ b/debian/patches/0005-Add-Pathname-Dependencies.patch
@@ -0,0 +1,10 @@
+--- a/lib/tdiary/io/plugin_pstore.rb
++++ b/lib/tdiary/io/plugin_pstore.rb
+@@ -3,6 +3,7 @@
+ # module io/plugin_pstore
+ # default plugin storage implemented by PStore
+ #
++require 'pathname'
+ require 'pstore'
+
+ module TDiary
diff --git a/debian/patches/series b/debian/patches/series
index 75f04c7..1e8021e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0002-020_runnable_tdiary_convert2.patch
0003-Update-rpaproxy-URI.patch
0004-Add-Rack-Dependencies-for-CGI-mode.patch
+0005-Add-Pathname-Dependencies.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary.git
More information about the Pkg-ruby-extras-commits
mailing list