[DRE-commits] [ruby-racc] 03/10: Fix depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Jan 1 15:50: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-racc.
commit 0caa0176979b3ac0b3c52c12e6b885c33c4ece93
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Fri Jan 1 22:41:56 2016 +0800
Fix depends.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 571aa94..d679b59 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-racc
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 (~> 4.7, development), hoe (~> 3.14, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ rake-compiler (>= 0.4.1), ruby-minitest, ruby-hoe
Description: Racc is a LALR(1) parser generator
Racc is a LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby program.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-racc.git
More information about the Pkg-ruby-extras-commits
mailing list