[DRE-commits] [ruby-hashie] 03/05: Update packaging using dh-make-ruby -w

zeha at debian.org zeha at debian.org
Wed Mar 2 17:11:40 UTC 2016


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

zeha pushed a commit to branch master
in repository ruby-hashie.

commit c64e55c4d7a8f6875dc6c6473de866f0d71c85d5
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Mar 2 18:01:50 2016 +0100

    Update packaging using dh-make-ruby -w
---
 debian/compat          |  2 +-
 debian/control         | 10 +++++-----
 debian/ruby-tests.rake |  6 ++----
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 7374aee..8461d83 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9~),
                gem2deb,
-               rake,
-               ruby-rspec,
                pry,
+               rake,
                ruby-activesupport,
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hashie.git
+               ruby-rspec
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-hashie.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-hashie.git
 Homepage: https://github.com/intridea/hashie
 Testsuite: autopkgtest-pkg-ruby
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index dcc1601..cf1591e 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,5 @@
-require 'rspec/core/rake_task'
+require 'gem2deb/rake/spectask'
 
-RSpec::Core::RakeTask.new(:spec) do |spec|
+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/ruby-hashie.git



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