[DRE-commits] [ruby-color] 05/06: Refresh packaging with dh-make-ruby -w

Cédric Boutillier boutil at moszumanska.debian.org
Sun Dec 3 00:21:12 UTC 2017


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

boutil pushed a commit to branch master
in repository ruby-color.

commit 758d5957057a3ae8d60aded6de8a9a94379c1b85
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Dec 3 00:39:34 2017 +0100

    Refresh packaging with dh-make-ruby -w
---
 debian/ruby-tests.rake |  2 +-
 debian/rules           | 12 +-----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 583b0ca..63f3fd6 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,5 +2,5 @@ require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
   t.libs = ['test']
-  t.test_files = FileList['test/test_*.rb']
+  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
 end
diff --git a/debian/rules b/debian/rules
index 8c7337d..d0dd1aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,5 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:

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



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