[DRE-commits] [ruby-state-machine] 06/08: Use recommends instead of just suggests
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Mar 5 23:09:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-state-machine.
commit 2b94a1edfdc19e5e8fa4bc7fb3c468b042a708a0
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Mar 5 23:50:10 2014 +0100
Use recommends instead of just suggests
---
debian/control | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 08bae46..a6be638 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,10 @@ Package: ruby-state-machine
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Suggests: ruby-graphviz, ruby-activerecord, ruby-activemodel, ruby-sequel
+Recommends: ruby-graphviz,
+ ruby-activerecord,
+ ruby-activemodel,
+ ruby-sequel
Description: State machines for attributes
This Ruby library adds support for creating state machines for attributes on
any Ruby class.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-state-machine.git
More information about the Pkg-ruby-extras-commits
mailing list