[DRE-commits] [SCM] ruby-hiera.git branch, master, updated. debian/1.0.0_rc3-1-5-gccb33a5

Stig Sandbeck Mathisen ssm at debian.org
Tue Feb 5 11:26:08 UTC 2013


The following commit has been merged in the master branch:
commit 524b088a98d6d57f38ffc7b801f77298eb1c45ef
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date:   Tue Feb 5 12:00:22 2013 +0100

    Refresh build tests
    
     - delete reference to spec.opts
     - add ruby-json to build dependencies

diff --git a/debian/control b/debian/control
index 2fa409d..f7e2076 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Patrick Ringl <patrick_ at freenet.de>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-mocha
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-mocha, ruby-json
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-hiera.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-hiera.git;a=summary
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 34cfd93..2e9a4e9 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,7 +2,6 @@ require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:test) do |t|
 	t.pattern = 'spec/**/*_spec.rb'
-	t.rspec_opts = File.read("spec/spec.opts").chomp || ""
 end
 
 task :default => [:test]

-- 
ruby-hiera.git



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