[DRE-commits] [ruby-state-machine] 03/08: update control file

Cédric Boutillier boutil at moszumanska.debian.org
Wed Mar 5 23:09:13 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 342517b0b49ca61b854007072b0d44bbf8bb53d9
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Mar 5 22:56:03 2014 +0100

    update control file
---
 debian/control | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 0bd387d..08bae46 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,13 @@ 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-state-machine.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-state-machine.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~),
+ ruby-graphviz,
+ ruby-activerecord,
+ ruby-sqlite3
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-state-machine.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-state-machine.git;a=summary
 Homepage: http://www.pluginaweek.org
 XS-Ruby-Versions: all
 
@@ -14,6 +17,15 @@ Package: ruby-state-machine
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0, development), simplecov (>= 0, development), appraisal (~> 0.4.0, development)
+Suggests: ruby-graphviz, ruby-activerecord, ruby-activemodel, ruby-sequel
 Description: State machines for attributes
- Adds support for creating state machines for attributes on any Ruby class
+ This Ruby library adds support for creating state machines for attributes on
+ any Ruby class.
+ .
+ State machines make it simple to manage the behavior of a class.
+ Often, the state of an object is kept by creating multiple boolean attributes
+ and deciding how to behave based on the values. This can become cumbersome and
+ difficult to maintain when the complexity of the class starts to increase.
+ .
+ This library simplifies this design by introducing the various parts of a real
+ state machine, including states, events, transitions, and callbacks.

-- 
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