[DRE-commits] [ruby-rspec-longrun] 03/07: update control file

Cédric Boutillier boutil at alioth.debian.org
Sun Sep 22 07:50:21 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-rspec-longrun.

commit 3b2a8388006444f0949b336f2103b2ba3a214f2c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Sep 22 08:55:16 2013 +0200

    update control file
---
 debian/control |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 5fba96a..ae43e70 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,22 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-rspec-core (>= 2.10~)
 Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rspec-longrun.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rspec-longrun.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rspec-longrun.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rspec-longrun.git;a=summary
 Homepage: http://github.com/mdub/rspec-longrun
 XS-Ruby-Versions: all
 
 Package: ruby-rspec-longrun
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rspec-core (>= 2.10.0)
-Description: An RSpec formatter for long-running specs.
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rspec-core (>= 2.10~)
+Description: RSpec formatter for long-running specs
+ RSpec is a unit-testing framework for Ruby, but is also handy for acceptance
+ and integration tests. But the default report formatters make it difficult to
+ track progress of such long-running tests.
+ .
+ The RSpec::Longrun::Formatter outputs the name of each test as it starts,
+ rather than waiting until it passes or fails. It also provides a mechanism for
+ reporting on progress of a test while it is still executing.

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



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