[DRE-commits] [ruby-moneta] 09/10: disable ruby-rack-cache test due to Debian version too old (>= 1.6)

Daisuke Higuchi dai at moszumanska.debian.org
Sat Aug 19 15:58:39 UTC 2017


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

dai pushed a commit to branch exp/debian
in repository ruby-moneta.

commit ab1d550b46dfc84be880efcd113a971ea5eb1b0e
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sat Aug 19 23:58:08 2017 +0900

    disable ruby-rack-cache test due to Debian version too old (>= 1.6)
---
 debian/control                                           | 1 -
 debian/patches/0400-disable-unsupported-libs-tests.patch | 1 +
 debian/tests/control                                     | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ae985b4..31ea600 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,6 @@ Build-Depends-Indep: lsof,
                      ruby-setup,
                      ruby-sqlite3,
                      ruby-tokyocabinet,
-                     ruby-rack-cache,
                      ruby-activerecord
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-moneta.git
diff --git a/debian/patches/0400-disable-unsupported-libs-tests.patch b/debian/patches/0400-disable-unsupported-libs-tests.patch
index ce86e44..d735cd7 100644
--- a/debian/patches/0400-disable-unsupported-libs-tests.patch
+++ b/debian/patches/0400-disable-unsupported-libs-tests.patch
@@ -35,6 +35,7 @@ Index: ruby-moneta/script/parallel-tests
 +disable_debian_re = /#{disable_debian.join('|')}/
 +disable_debian = specs.select {|s| s =~ disable_debian_re }
 +specs -= disable_debian
++specs.delete_if { |s| s =~ %r|spec/rack/cache_moneta_spec| }
 +
  group = ARGV.first || '1/1'
  case group
diff --git a/debian/tests/control b/debian/tests/control
index f328410..6453e4a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,6 +3,6 @@ Restrictions: allow-stderr
 Depends: @, quilt, gem2deb-test-runner, default-mysql-server, netcat,
   ruby-activesupport, ruby-fog, ruby-multi-json, ruby-mysql2, ruby-rack,
   ruby-rack-cache, ruby-rspec, ruby-rspec-retry, ruby-sequel, ruby-setup,
-  ruby-sqlite3, ruby-tokyocabinet, ruby-rack-cache, ruby-activerecord
+  ruby-sqlite3, ruby-tokyocabinet, ruby-activerecord
 
 #  ruby-dalli, ruby-redis, ruby-remcached, ruby-faraday

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



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