[DRE-commits] [SCM] ruby-rack.git branch, master, updated. debian/1.4.0-1-7-g06a5752

Youhei SASAKI uwabami at gfd-dennou.org
Mon Apr 23 02:53:51 UTC 2012


The following commit has been merged in the master branch:
commit 31b001f96fe13a3024a95c9939101b054d67cf13
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Apr 23 11:46:42 2012 +0900

    Remove old Build-Depends line, update test target
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/control b/debian/control
index 14036c5..7dbc32b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,6 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Lucas Nussbaum <lucas at debian.org>, Youhei SASAKI <uwabami at gfd-dennou.org>, Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), rake, ruby-bacon, ruby-memcache-client, thin
-#Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-bacon
-# bacon (>= 0, development), rake (>= 0, development), fcgi (>= 0, development), memcache-client (>= 0, development), mongrel (>= 0, development), thin (>= 0, development)
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rack.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rack.git;a=summary
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 0f67eeb..38ccd4e 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -3,6 +3,5 @@ require 'rbconfig' unless defined? RbConfig
 ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
 
 task :default do
-  sh "#{ruby} /usr/bin/bacon -r./test/gemloader -I./lib:./test -w -a -q "
-  # -t '^(?!Rack::Adapter|Rack::Session::Memcache|Rack::Server|Rack::Handler)'"
+  sh "#{ruby} /usr/bin/bacon -I./lib:./test -w -a -q -t '^(?!Rack::Adapter|Rack::Session::Memcache|Rack::Server|Rack::Handler)'"
 end

-- 
ruby-rack.git



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