[DRE-commits] [ruby-semverse] 02/06: refreshed debian/ with dh-make-ruby

Jonas Genannt genannt at moszumanska.debian.org
Wed Aug 19 12:10:56 UTC 2015


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

genannt pushed a commit to branch master
in repository ruby-semverse.

commit 0d12c36488cd4dd329b8ec5614278677c94ee1e9
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Wed Aug 19 14:01:09 2015 +0200

    refreshed debian/ with dh-make-ruby
---
 debian/control         | 7 ++++---
 debian/ruby-tests.rake | 8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 7240740..049942a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,17 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Miguel Landaeta <nomadium at debian.org>
 Build-Depends: debhelper (>= 9~), gem2deb (>= 0.7.5~), rake, ruby-rspec, spork
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-semverse.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-semverse.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-semverse.git
 Homepage: https://github.com/berkshelf/semverse
 XS-Ruby-Versions: all
+Testsuite: autopkgtest-pkg-ruby
 
 Package: ruby-semverse
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
 Description: Ruby library for representing SemVer versions and constraints
  semverse is a Ruby library that allow to manipulate, compare
  and validate versions in concordance with SemVer (Semantic Versioning)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 89a753d..2aece02 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
-require 'rspec/core/rake_task'
+require 'gem2deb/rake/spectask'
 
-RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern      = './spec/**/*_spec.rb'
+Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.pattern = './spec/**/*_spec.rb'
 end
 
-task :default => :spec
+task :default => :spec
\ No newline at end of file

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



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