[DRE-commits] [ruby-vcr] 01/06: d/control: Bump gem2deb and wrap control file

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon Apr 21 14:01:54 UTC 2014


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

sbadia-guest pushed a commit to branch master
in repository ruby-vcr.

commit 4f0148e141bef404e13651e82792b6debcc17ea5
Author: Sebastien Badia <seb at sebian.fr>
Date:   Thu Apr 17 12:17:23 2014 +0200

    d/control: Bump gem2deb and wrap control file
---
 debian/control | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 96a1776..010a6ef 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,16 @@ Section: ruby
 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 (>= 7.0.50~), gem2deb (>= 0.6.1~),
- ruby-rspec, ruby-typhoeus, ruby-httpclient, ruby-patron, ruby-em-http-request,
- ruby-curb, ruby-fakeweb, ruby-aruba
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.7.4~),
+               ruby-aruba,
+               ruby-curb,
+               ruby-em-http-request,
+               ruby-fakeweb,
+               ruby-httpclient,
+               ruby-patron,
+               ruby-rspec,
+               ruby-typhoeus
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-vcr.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-vcr.git;a=summary
@@ -15,9 +22,11 @@ XS-Ruby-Versions: all
 Package: ruby-vcr
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-multi-json
+Depends: ruby | ruby-interpreter,
+         ruby-multi-json,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: ruby-excon, ruby-faraday
-Suggests: ruby-webmock, ruby-fakeweb, ruby-typhoeus
+Suggests: ruby-fakeweb, ruby-typhoeus, ruby-webmock
 Description: Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
  VCR provides a simple API to record and replay your test suite's HTTP interactions.  It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks.

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



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