[DRE-commits] [ruby-cliver] 01/01: Fix depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Tue Dec 29 17:17:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-cliver.
commit fee05cba8b393c920a6a66c4208e8f99831121b0
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Wed Dec 30 01:12:41 2015 +0800
Fix depends.
---
debian/control | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 015950e..f9cd1a9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,9 @@ XS-Ruby-Versions: all
Package: ruby-cliver
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# bundler (~> 1.3, development), rake (>= 0, development), rspec (>= 0, development), ruby-appraiser-reek (>= 0, development), ruby-appraiser-rubocop (>= 0, development), yard (>= 0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ bundler (>> 1.3), rake, ruby-rspec, ruby-appraiser-reek,
+ ruby-appraiser-rubocop, yard
Description: cross-platform version constraints for cli tools
Cliver is a simple gem that provides an easy way to detect and use
command-line dependencies. Under the covers, it uses
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cliver.git
More information about the Pkg-ruby-extras-commits
mailing list