[DRE-commits] [ohai] 10/12: final packaging adjustments

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Jun 13 18:36:40 UTC 2015


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

terceiro pushed a commit to branch master
in repository ohai.

commit e7fa2e3bb2dc383cbd152f720f4a76e3e9350fbc
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 13 15:30:13 2015 -0300

    final packaging adjustments
---
 debian/control         | 2 +-
 debian/ohai.docs       | 2 +-
 debian/ruby-tests.rake | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index dad890f..6af2d56 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 7.0.50~),
                ruby-mixlib-config (>= 2.0),
                ruby-mixlib-log,
                ruby-mixlib-shellout (>= 2.0),
-               ruby-rspec,
+               ruby-rspec (>= 3),
                ruby-systemu (>= 2.6.4),
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ohai.git
diff --git a/debian/ohai.docs b/debian/ohai.docs
index e475c53..b43bf86 100644
--- a/debian/ohai.docs
+++ b/debian/ohai.docs
@@ -1 +1 @@
-README.rdoc
+README.md
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index dcc1601..fc12a6c 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,6 +1,7 @@
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
+  spec.rspec_opts = '--format documentation'
   spec.pattern = './spec/**/*_spec.rb'
 end
 

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



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