[DRE-commits] [ruby-parslet] 03/04: refreshed debian/ with dh-make-ruby

Jonas Genannt genannt at moszumanska.debian.org
Wed Aug 19 13:40:58 UTC 2015


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

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

commit da0f41ba8b0e17c4572e87d5879b2567182e6fc6
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Wed Aug 19 15:36:35 2015 +0200

    refreshed debian/ with dh-make-ruby
---
 debian/compat          |  2 +-
 debian/control         | 21 +++++++++++++++------
 debian/copyright       |  2 +-
 debian/ruby-tests.rake |  7 +++----
 4 files changed, 20 insertions(+), 12 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 905d23e..0c4854b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,27 @@ Source: ruby-parslet
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Axel Wagner <mero at merovius.de>, Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-rspec, ruby-flexmock, ruby-blankslate
-Standards-Version: 3.9.5
+Uploaders: Axel Wagner <mero at merovius.de>,
+           Youhei SASAKI <uwabami at gfd-dennou.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.6.1~),
+               ruby-blankslate,
+               ruby-flexmock,
+               ruby-rspec
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-parslet.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-parslet.git;a=summary
-Homepage: http://kschiess.github.io/parslet
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-parslet.git
+Homepage: https://kschiess.github.io/parslet
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-parslet
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-blankslate (>= 2.0)
+Depends: ruby | ruby-interpreter,
+         ruby-blankslate (>= 2.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Parser construction library with great error reporting in Ruby
  Parslet makes developing complex parsers easy. It does so by
  .
diff --git a/debian/copyright b/debian/copyright
index ebf3f07..8742421 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: parslet
-Source: http://kschiess.github.io/parslet
+Source: https://kschiess.github.io/parslet
 
 Files: *
 Copyright: 2010-2014 Kaspar Schiess
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 77e435f..cf1591e 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,6 +1,5 @@
-require 'rspec/core/rake_task'
+require 'gem2deb/rake/spectask'
 
-task :default => :spec
-RSpec::Core::RakeTask.new do |t|
-  t = "spec/parslet/**/*_spec.rb"
+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-parslet.git



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