[DRE-commits] [ruby-middleware] 01/03: Fix depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Jan 1 15:51:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-middleware.
commit 71e29bded2de055613383973ddb30f345729dbf0
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Tue Dec 29 17:52:44 2015 +0800
Fix depends.
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index bde64fc..2fc9770 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,9 @@ XS-Ruby-Versions: all
Package: ruby-middleware
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0, development), redcarpet (~> 2.1.0, development), rspec-core (~> 2.8.0, development), rspec-expectations (~> 2.8.0, development), rspec-mocks (~> 2.8.0, development), yard (~> 0.7.5, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ rake, ruby-redcarpet (>> 2.1.0), ruby-rspec-core (>> 2.8.0),
+ ruby-rspec-expectations (>> 2.8.0), ruby-rspec-mocks (>> 2.8.0),
+ yard (>> 0.7.5)
Description: Generalized implementation of the middleware abstraction for Ruby.
Generalized implementation of the middleware abstraction for Ruby.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-middleware.git
More information about the Pkg-ruby-extras-commits
mailing list