[DRE-commits] [ruby-fuubar] 01/06: Fix dependencies (ruby-rspec>=3.0, ruby-progressbar>=1.4)
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Thu Jun 4 16:33:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository ruby-fuubar.
commit a5369148b7eb0b0409186814c5e082abdafea9cb
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Thu Jun 4 16:32:29 2015 +0300
Fix dependencies (ruby-rspec>=3.0, ruby-progressbar>=1.4)
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index a978130..34c2649 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~), ruby-rspec,
- ruby-progressbar
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~), ruby-rspec (>= 3.0),
+ ruby-progressbar (>= 1.4)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fuubar.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fuubar.git;a=summary
@@ -16,7 +16,7 @@ Package: ruby-fuubar
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-rspec, ruby-progressbar
+ ruby-rspec (>= 3.0), ruby-progressbar (>= 1.4)
Description: instafailing RSpec progress bar formatter
It is an instafailing RSpec formatter that uses a progress bar instead of a
string of letters and dots as feedback.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fuubar.git
More information about the Pkg-ruby-extras-commits
mailing list