[DRE-commits] [ruby-foreman] 14/15: improve package description

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Feb 4 17:29:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-foreman.

commit db3f524a78d59648499988098bae9131902e286c
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Feb 4 14:50:57 2015 -0200

    improve package description
---
 debian/control | 38 ++++++++++++++++++++------------------
 1 file changed, 20 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 6adb07b..4cad102 100644
--- a/debian/control
+++ b/debian/control
@@ -33,16 +33,17 @@ Depends:
  ruby-thor
 Suggests:
  ruby-foreman-doc
-Description: manage Procfile-based applications
- Foreman is a manager for Procfile-based applications. Its aim is to abstract
- away the details of the Procfile format, and allow you to either run your
- application directly or export it to some other process management format.
+Description: Process manager for applications with multiple components
+ Foreman is a process manager commonly used during development of
+ multi-component applications. For production, it allows allow you to either
+ run your application directly or export it to some other process management
+ format (i.e. init system service files).
  .
- Procfile is a mechanism for declaring what commands are run by your
- application’s dynos on the Heroku platform. It follows the process model. You
- can use a Procfile to declare various process types, such as multiple types of
- workers, a singleton process like a clock, or a consumer of the Twitter
- streaming API.
+ Foreman uses a file called Procfile, which is the same mechanism for declaring
+ what commands are run by your application’s dynos on the Heroku platform. It
+ follows the process model. You can use a Procfile to declare various process
+ types, such as multiple types of workers, a singleton process like a clock, or
+ a consumer of the Twitter streaming API.
 
 Package: ruby-foreman-doc
 Architecture: all
@@ -52,15 +53,16 @@ Depends:
  libjs-jquery
 Suggests:
  ruby-foreman
-Description: manage Procfile-based applications (documentation)
- Foreman is a manager for Procfile-based applications. Its aim is to abstract
- away the details of the Procfile format, and allow you to either run your
- application directly or export it to some other process management format.
+Description: Process manager for applications with multiple components (documentation)
+ Foreman is a process manager commonly used during development of
+ multi-component applications. For production, it allows allow you to either
+ run your application directly or export it to some other process management
+ format (i.e. init system service files).
  .
- Procfile is a mechanism for declaring what commands are run by your
- application’s dynos on the Heroku platform. It follows the process model. You
- can use a Procfile to declare various process types, such as multiple types of
- workers, a singleton process like a clock, or a consumer of the Twitter
- streaming API.
+ Foreman uses a file called Procfile, which is the same mechanism for declaring
+ what commands are run by your application’s dynos on the Heroku platform. It
+ follows the process model. You can use a Procfile to declare various process
+ types, such as multiple types of workers, a singleton process like a clock, or
+ a consumer of the Twitter streaming API.
  .
  This package contains examples and html documentation for ruby-foreman.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-foreman.git



More information about the Pkg-ruby-extras-commits mailing list