[DRE-commits] [ruby-psych] 03/06: Fix depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Thu Dec 31 23:03:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-psych.
commit 93c99ddf2c9728f8a7869b6f7ee09efe11e21d08
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Fri Jan 1 06:53:08 2016 +0800
Fix depends.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 04031c1..c880b87 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-psych
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rdoc (~> 4.0, development), rake-compiler (>= 0.4.1, development), minitest (~> 5.0, development), hoe (~> 3.14, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ rake-compiler (>= 0.4.1), ruby-minitest, ruby-hoe
Description: Psych is a YAML parser and emitter
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]
for its YAML parsing and emitting capabilities. In addition to wrapping
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-psych.git
More information about the Pkg-ruby-extras-commits
mailing list