[DRE-commits] [ruby-reek] 03/04: Update build-deps and depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Jan 22 12:35:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-reek.
commit c5b706bab94defa0947bf40e3ea309b5369283cb
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Fri Jan 22 03:51:45 2016 +0800
Update build-deps and depends.
---
debian/control | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index c9b7e6d..c47edf8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake,
+ ruby-activesupport, ruby-aruba, ruby-factory-girl
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-reek.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-reek.git;a=summary
@@ -14,8 +15,9 @@ XS-Ruby-Versions: all
Package: ruby-reek
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# codeclimate-engine-rb (~> 0.1.0), parser (>= 2.2.2.5, ~> 2.2), private_attr (~> 1.1), rainbow (~> 2.0), unparser (~> 0.2.2), activesupport (~> 4.2, development), aruba (~> 0.10.0, development), ataru (~> 0.2.0, development), bundler (~> 1.1, development), cucumber (~> 2.0, development), factory_girl (~> 4.0, development), rake (~> 10.0, development), rspec (~> 3.0, development), rubocop (~> 0.34.0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-parser, ruby-rainbow
+# codeclimate-engine-rb (~> 0.1.0), private_attr (~> 1.1), unparser (~> 0.2.2), ataru (~> 0.2.0, development), bundler (~> 1.1, development), cucumber (~> 2.0, development), rubocop (~> 0.34.0, development)
Description: Code smell detector for Ruby
- Reek is a tool that examines Ruby classes, modules and methods and reports
- any code smells it finds.
+ Reek is a tool that examines Ruby classes, modules and methods and
+ reports any code smells it finds.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-reek.git
More information about the Pkg-ruby-extras-commits
mailing list