[DRE-commits] [ruby-combustion] 03/06: Fix depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Thu Dec 31 20:34:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-combustion.
commit 91c3ffd5dd50ae63a0df0c1fffde0bea223fdfc6
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Fri Jan 1 04:30:04 2016 +0800
Fix depends.
---
debian/control | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 213c840..bdc28ed 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-combustion
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activesupport (>= 3.0.0), railties (>= 3.0.0), thor (>= 0.14.6)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-activesupport (>= 3.0.0), ruby-railties (>= 3.0.0),
+ ruby-thor (>= 0.14.6)
Description: Elegant Rails Engine Testing
Test your Rails Engines without needing a full Rails app
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-combustion.git
More information about the Pkg-ruby-extras-commits
mailing list