[DRE-commits] [ruby-mercenary] 02/03: refreshed debian/ with dh-make-ruby
Jonas Genannt
genannt at moszumanska.debian.org
Wed Aug 19 11:52:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
genannt pushed a commit to branch master
in repository ruby-mercenary.
commit 1a36de3f2c06359d480ac9026e84724e85a2ede4
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Wed Aug 19 13:50:33 2015 +0200
refreshed debian/ with dh-make-ruby
---
debian/compat | 2 +-
debian/control | 16 +++++++++++-----
debian/ruby-tests.rake | 9 +++++----
3 files changed, 17 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 380da76..e0d6fc8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,23 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-rspec, rake
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake,
+ ruby-rspec
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mercenary.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-mercenary.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mercenary.git
Homepage: https://github.com/jekyll/mercenary
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-mercenary
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Lightweight and flexible library for writing command-line apps in Ruby
Mercenary is lightweight and flexible library for writing command-line
- apps in Ruby.
+ apps in Ruby.
\ No newline at end of file
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 1d0818a..cf1591e 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,4 +1,5 @@
-# -*- mode: ruby; coding: utf-8 -*-
-require "rspec/core/rake_task"
-task :default => :spec
-RSpec::Core::RakeTask.new(:spec)
+require 'gem2deb/rake/spectask'
+
+Gem2Deb::Rake::RSpecTask.new do |spec|
+ spec.pattern = './spec/**/*_spec.rb'
+end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mercenary.git
More information about the Pkg-ruby-extras-commits
mailing list