[DRE-commits] [ruby-appraiser] 01/05: debian/control: set correct build-deps and depends.

Andrew Lee ajqlee at moszumanska.debian.org
Thu Jan 21 19:33:29 UTC 2016


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

ajqlee pushed a commit to branch master
in repository ruby-appraiser.

commit 5ad1ff05afaa70893c22d5825adf7df18fc3917b
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Fri Jan 22 03:05:23 2016 +0800

    debian/control: set correct build-deps and depends.
---
 debian/control | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 0e80156..837fd7c 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-webmock, bundler, ruby-colored, ruby-rails
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-appraiser.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-appraiser.git;a=summary
@@ -14,7 +15,7 @@ XS-Ruby-Versions: all
 Package: ruby-appraiser
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# bundler (~> 1.3), colored (~> 1.2), json (>= 0), rake (~> 10.0, development), rspec (~> 2.13, development), webmock (~> 1.11, development)
-Description: `appraiser` is a simple rubygems subcommand for Gemfile.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-colored, ruby-json
+Description: simple rubygems subcommand for Gemfile.
  `appraiser` is a rubygems subcommand which displays gem information in `./Gemfile`.

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



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