[DRE-commits] [ruby-coveralls] 04/07: Fix control

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Mar 4 23:53:04 UTC 2014


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

nomadium pushed a commit to branch master
in repository ruby-coveralls.

commit 40211450a19abe22cdd3a8ee6a6828f5f45b2e4f
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Tue Mar 4 19:37:35 2014 -0300

    Fix control
---
 debian/control | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index a26b093..cee1f0f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,31 @@ Source: ruby-coveralls
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Miguel Landaeta <nomadium at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~),
- ruby-rest-client, ruby-term-ansicolor, ruby-rspec
-Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-coveralls.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-coveralls.git;a=summary
+ ruby-rest-client, ruby-term-ansicolor, ruby-rspec, ruby-simplecov (>= 0.7~),
+ ruby-ronn
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-coveralls.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-coveralls.git;a=summary
 Homepage: https://coveralls.io
 XS-Ruby-Versions: all
 
 Package: ruby-coveralls
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rest-client (>= 0), term-ansicolor (>= 0), multi_json (~> 1.3), thor (>= 0), simplecov (>= 0.7), rspec (>= 0, development), rake (>= 0, development), webmock (= 1.7, development), vcr (= 1.11.3, development)
-Description: A Ruby implementation of the Coveralls API.
- A Ruby implementation of the Coveralls API.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-rest-client, ruby-term-ansicolor, ruby-multi-json (>= 1.3~), ruby-thor,
+ ruby-simplecov (>= 0.7~)
+Description: Ruby implementation of the Coveralls API
+ Coveralls is a web service to help you track your code coverage over
+ time, and ensure that all your new code is fully covered.
+ .
+ Coveralls automatically collects your code coverage data, uploads it
+ to their servers and gives you a nice interface to dig into it.
+ .
+ Any type of Ruby project or test framework supported by SimpleCov is
+ supported by the Coveralls gem. This includes all your favorites, like
+ RSpec, Cucumber, and Test::Unit.
+ .
+ This package provides a Ruby gem to interact with Coveralls API.

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



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