[DRE-commits] [ohai] 04/06: update packaging with new `dh-make-ruby -w` run

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Sep 19 18:07:31 UTC 2016


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

terceiro pushed a commit to branch master
in repository ohai.

commit bf08da1fa0e0c88daa8b1b19300cd15f717e7ced
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Sep 19 14:40:29 2016 -0300

    update packaging with new `dh-make-ruby -w` run
---
 debian/changelog       |  4 ++++
 debian/control         | 36 ++++++++++++++----------------------
 debian/ruby-tests.rake |  7 ++-----
 3 files changed, 20 insertions(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13c7cf8..32b364e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ ohai (8.20.0-1) UNRELEASED; urgency=medium
     - refresh patches
     - drop patch to avoid dependency on rspec-collection_matchers, which has
       been packaged since.
+  * update packaging with new `dh-make-ruby -w` run
+    - a bunch of dependencies updates
+    - updated homepage
+    - updated debian/ruby-tests.rake to latest version
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 19 Sep 2016 13:53:28 -0300
 
diff --git a/debian/control b/debian/control
index cd5fd20..7879cc3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: ohai
-Section: ruby
+Section: admin
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Joshua Timberman <joshua at opscode.com>,
@@ -8,26 +8,22 @@ Uploaders: Joshua Timberman <joshua at opscode.com>,
 Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake,
-               rake (>= 10.1),
-               ruby-chef-config,
+               ruby-chef-config (>= 12.5.0.alpha.1),
                ruby-ffi (>= 1.9),
-               ruby-ffi-yajl (<< 3.0),
-               ruby-ffi-yajl (>= 1.1),
+               ruby-ffi-yajl (>= 2.2),
                ruby-ipaddress,
-               ruby-mime-types (>= 2.0),
                ruby-mixlib-cli,
                ruby-mixlib-config (>= 2.0),
-               ruby-mixlib-log,
+               ruby-mixlib-log (>= 1.7.1),
                ruby-mixlib-shellout (>= 2.0),
-               ruby-plist,
-               ruby-rspec (>= 3),
+               ruby-plist (>= 3.1),
+               ruby-rspec,
                ruby-rspec-collection-matchers,
-               ruby-sigar,
-               ruby-systemu (>= 2.6.4)
-Standards-Version: 3.9.7
+               ruby-systemu (>= 2.6.4),
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ohai.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ohai.git
-Homepage: https://docs.getchef.com/ohai.html
+Homepage: https://docs.chef.io/ohai.html
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
@@ -35,20 +31,16 @@ Package: ohai
 Section: admin
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: rake (>= 10.1),
-         ruby | ruby-interpreter,
-         ruby-chef-config,
+Depends: ruby | ruby-interpreter,
+         ruby-chef-config (>= 12.5.0.alpha.1),
          ruby-ffi (>= 1.9),
-         ruby-ffi-yajl (<< 3.0),
-         ruby-ffi-yajl (>= 1.1),
+         ruby-ffi-yajl (>= 2.2),
          ruby-ipaddress,
-         ruby-mime-types (>= 2.0),
          ruby-mixlib-cli,
          ruby-mixlib-config (>= 2.0),
-         ruby-mixlib-log,
+         ruby-mixlib-log (>= 1.7.1),
          ruby-mixlib-shellout (>= 2.0),
-         ruby-plist,
-         ruby-sigar,
+         ruby-plist (>= 3.1),
          ruby-systemu (>= 2.6.4),
          ${misc:Depends},
          ${shlibs:Depends}
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index fc12a6c..cf1591e 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,8 +1,5 @@
-require 'rspec/core/rake_task'
+require 'gem2deb/rake/spectask'
 
-RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.rspec_opts = '--format documentation'
+Gem2Deb::Rake::RSpecTask.new do |spec|
   spec.pattern = './spec/**/*_spec.rb'
 end
-
-task :default => :spec

-- 
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