[DRE-commits] [ruby-tinder] 04/04: refresh with newer gem2deb

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Oct 2 05:15:34 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-tinder.

commit cb8742cc563541fb9dea2a47e06c974670f94e8c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Oct 2 10:41:35 2015 +0530

    refresh with newer gem2deb
---
 debian/changelog       |  1 +
 debian/compat          |  2 +-
 debian/control         | 48 ++++++++++++++++++++++++++----------------------
 debian/ruby-tests.rake |  8 +++-----
 4 files changed, 31 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4bbcee0..31ea0d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-tinder (1.10.1-1) UNRELEASED; urgency=medium
   * Team upload
   * New upstream release (fixed hashie requirement)
   * Check gemspec dependencies during build
+  * Refresh packaging with dh-make-ruby -w
 
  -- Pirate Praveen <praveen at debian.org>  Fri, 02 Oct 2015 10:37:33 +0530
 
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 711a626..e053c2e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,38 +2,42 @@ Source: ruby-tinder
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
-Build-Depends: debhelper (>= 7.0.50~),
-               gem2deb (>= 0.6.1~),
-               ruby-rspec,
-               ruby-eventmachine,
-               ruby-fakeweb,
-               ruby-faraday-middleware (>= 0.9~),
-               ruby-hashie,
-               ruby-json,
+Uploaders: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-eventmachine (>= 1.0),
+               ruby-faraday (>= 0.9.0),
+               ruby-faraday-middleware (>= 0.9),
+               ruby-hashie (>= 1.0),
+               ruby-json (>= 1.8.0),
                ruby-mime-types,
-               ruby-multi-json,
-               ruby-twitter-stream
-Standards-Version: 3.9.5
+               ruby-multi-json (>= 1.7),
+               ruby-rspec,
+               ruby-twitter-stream (>= 0.1)
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-tinder.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-tinder.git;a=summary
-Homepage: https://github.com/collectiveidea/tinder
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-tinder.git
+Homepage: http://github.com/collectiveidea/tinder
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-tinder
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-eventmachine,
-         ruby-faraday-middleware (>= 0.9~),
-         ruby-hashie,
-         ruby-json,
+         ruby-eventmachine (>= 1.0),
+         ruby-faraday (>= 0.9.0),
+         ruby-faraday-middleware (>= 0.9),
+         ruby-hashie (>= 1.0),
+         ruby-json (>= 1.8.0),
          ruby-mime-types,
-         ruby-multi-json,
-         ruby-twitter-stream,
+         ruby-multi-json (>= 1.7),
+         ruby-twitter-stream (>= 0.1),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Ruby wrapper for the Campfire API
  This package contains a library for interfacing with Campfire, a chat
- application from 37Signals. The library allows you to manage, speak and listen
- in chat rooms. Campfire is a web-based group chat tool.
+ application from 37Signals. The library allows you to manage, speak and
+ listen  in chat rooms. Campfire is a web-based group chat tool.
+
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index ebdc34e..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|
-  spec.pattern = FileList.new('./spec/**/*_spec.rb')
+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/ruby-tinder.git



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