[DRE-commits] [chake] 03/04: prepare 0.12-1

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jan 6 12:56:26 UTC 2016


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

terceiro pushed a commit to branch master
in repository chake.

commit adffecc7f01ffc3171ff671acef115a77c15a342
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jan 6 10:50:19 2016 -0200

    prepare 0.12-1
---
 debian/changelog       | 3 +++
 debian/control         | 4 ++--
 debian/ruby-tests.rake | 6 ++----
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 66fc4f4..07955d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 chake (0.12-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control: manpage is now built with asciidoctor; replace ruby-ronn
+    by asciidoctor in Build-Depends:
+  * debian/ruby-tests.rake: updated by new dh-make-ruby
 
  -- Antonio Terceiro <terceiro at debian.org>  Wed, 06 Jan 2016 10:45:22 -0200
 
diff --git a/debian/control b/debian/control
index d1dc971..1bd7788 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 9.0.50~),
+Build-Depends: asciidoctor,
+               debhelper (>= 9~),
                gem2deb,
                rake,
-               ruby-ronn,
                ruby-rspec,
                ruby-simplecov,
 Standards-Version: 3.9.6
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/chake.git



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