[DRE-commits] [SCM] atig.git branch, master, updated. upstream/0.3.4-8-gfb81aa4
Youhei SASAKI
uwabami at gfd-dennou.org
Mon Jul 2 09:38:12 UTC 2012
The following commit has been merged in the master branch:
commit 5b0124e5d66fa45a2ae477aeab17af7569cf8b1a
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Thu Jun 28 00:28:00 2012 +0900
New upstream release: 0.3.6
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
diff --git a/debian/changelog b/debian/changelog
index d52aa9e..d7997da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-atig (0.3.5-1) unstable; urgency=low
+atig (0.3.6-1) unstable; urgency=low
* Initial release (Closes: #670130)
diff --git a/debian/control b/debian/control
index afbb1c4..041ff1e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake, ruby-rspec,
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec,
ruby-sqlite3, ruby-net-irc, ruby-json, ruby-diff-lcs, ruby-oauth
Standards-Version: 3.9.3
Homepage: http://mzp.github.com/atig/index.html
@@ -25,3 +25,4 @@ Description: Another Twitter IRC gateway
- OAuth authentication
- CTCP Action: reply, retweet, search, thread...
- List, Mention, Retweet as IRC channel
+ - Twitter StreamAPI support
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 034812b..df83168 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -4,4 +4,5 @@ task :default => [:spec]
RSpec::Core::RakeTask.new do |t|
t.pattern = 'spec/**/*_spec.rb'
+ ruby_opts = '-Ku' unless RUBY_VERSION >= '1.9'
end
--
atig.git
More information about the Pkg-ruby-extras-commits
mailing list