[DRE-commits] [atig] 01/01: Refresh patches

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Jul 31 11:04:32 UTC 2014


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

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

commit b4b03a03a5a7e6c22c2e7b9fc05ed2caa1485d40
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Jul 31 20:04:02 2014 +0900

    Refresh patches
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/README.Debian                            | 12 ++++++++++
 debian/patches/0004-Force-Encoding-and-TZ.patch | 30 +++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 43 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..8cdc376
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,12 @@
+atig for Debian
+===============
+
+For Users
+---------
+
+In Debian, Atig::Updatechecker is disabled.
+If there are any problems, please report as a bug report.
+
+enjoy!!
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>, Thu, 31 Jul 2014 20:03:11 +0900
diff --git a/debian/patches/0004-Force-Encoding-and-TZ.patch b/debian/patches/0004-Force-Encoding-and-TZ.patch
new file mode 100644
index 0000000..038eda7
--- /dev/null
+++ b/debian/patches/0004-Force-Encoding-and-TZ.patch
@@ -0,0 +1,30 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Thu, 31 Jul 2014 19:38:53 +0900
+Subject: Force Encoding and TZ
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ spec/ifilter/retweet_time_spec.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- atig.orig/spec/ifilter/retweet_time_spec.rb
++++ atig/spec/ifilter/retweet_time_spec.rb
+@@ -20,6 +20,6 @@
+                'user' => {
+                  'screen_name' => 'mzp'
+                } }).
+-      should be_text("#{@rt}RT @mzp: hello \x0310[2010-09-25 23:33]\x0F")
++      should be_text("#{@rt}RT @mzp: hello \u000310[2010-09-25 14:33]\u000F".encode('utf-8'))
+   end
+ end
+--- atig.orig/spec/spec_helper.rb
++++ atig/spec/spec_helper.rb
+@@ -7,6 +7,8 @@
+ require 'atig/monkey'
+ require 'command_helper'
+ 
++ENV['TZ'] = 'UTC'
++
+ RSpec::Matchers.define :be_text do |text|
+   match do |status|
+     status.text.should == text
diff --git a/debian/patches/series b/debian/patches/series
index 88c9877..a92ef0b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-Drop-Bundler-and-RubyGems-dependencies.patch
 0002-Disable-update-checker-for-Debian-Package.patch
 0003-Drop-coveralls-dependency.patch
+0004-Force-Encoding-and-TZ.patch

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



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