[DRE-commits] [ruby-coercible] 03/05: improve control file
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Feb 28 15:34:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-coercible.
commit d2a00a8587f146cddedb895c6cc4da347c689fd5
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Feb 28 16:02:30 2014 +0100
improve control file
---
debian/control | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index d903ab7..9f9320e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,20 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
-Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-coercible.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-coercible.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-rspec, ruby-descendants-tracker (>= 0.0.1~)
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-coercible.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-coercible.git;a=summary
Homepage: https://github.com/solnic/coercible
XS-Ruby-Versions: all
Package: ruby-coercible
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# descendants_tracker (~> 0.0.1)
-Description: Powerful, flexible and configurable coercion library. And nothing more.
- Powerful, flexible and configurable coercion library. And nothing more.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-descendants-tracker (>= 0.0.1~)
+Description: powerful, flexible and configurable coercion library
+ The Coercible Ruby library gives you access to coercer objects where each
+ object is responsible for coercing only one type into other types.
+ .
+ For example a string coercer knows only how to coerce string objects, integer
+ coercer knows only how to coerce integers etc.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-coercible.git
More information about the Pkg-ruby-extras-commits
mailing list