[DRE-commits] [ruby-solve] 03/11: Fix package desription
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Thu Jun 25 21:46:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository ruby-solve.
commit 49ada2f060ab11d274aa7068d920351fc25140f4
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Wed Jun 24 21:00:03 2015 +0300
Fix package desription
---
debian/control | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f970620..f369d2a 100644
--- a/debian/control
+++ b/debian/control
@@ -25,5 +25,13 @@ Depends: ruby | ruby-interpreter,
ruby-semverse (>= 1.1),
${misc:Depends},
${shlibs:Depends}
-Description: A Ruby version constraint solver implementing Semantic Versioning 2.0.0-rc.1
- A Ruby version constraint solver
+Description: Ruby version constraint solver implementing semantic versioning
+ Ruby versioning constraint solver implementing Semantic Versioning 2.0.0
+ (see http://semver.org/).
+ .
+ Solve supports two different resolvers. A pure Ruby solver implemented using
+ Molinillo and the same dependency resolver the Chef Server uses, dep-selector,
+ which is a Ruby C extension for Gecode.
+ .
+ The Ruby solver is installed and enabled by default. If you'd like to use the
+ Gecode solver you can do so by installing the ruby-dep-selector package.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-solve.git
More information about the Pkg-ruby-extras-commits
mailing list