[DRE-commits] [SCM] ruby-actionpack-2.3.git branch, master, updated. debian/2.3.14-2

Ondřej Surý ondrej at sury.org
Mon Sep 26 10:43:33 UTC 2011


The following commit has been merged in the master branch:
commit ed8f04f0b2730fe981020dbbd68ac42fe4adf0f8
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Jun 1 15:20:34 2011 +0200

    Update package description based on what rails had

diff --git a/debian/control b/debian/control
index 89cde19..29770b6 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,18 @@ Depends: ${shlibs:Depends},
 	 ruby | ruby-interpreter,
 	 ruby-activesupport (>= ${source:Version}~), ruby-activesupport (<< ${source:Version}.1~),
 	 ruby-rack (>= 1.1.0~) | librack-ruby (>= 1.1.0~)
-Description: Web-flow and rendering framework putting the VC in MVC.
- Eases web-request routing, handling, and response as a half-way
+Conflicts: libactionpack-ruby (<< 2.3.11-1~), libactionpack-ruby1.8 (<< 2.3.11-1~)
+Replaces: libactionpack-ruby (<< 2.3.11-1~), libactionpack-ruby1.8 (<< 2.3.11-1~)
+Provides: libactionpack-ruby, libactionpack-ruby1.8
+Description: Controller and View framework used by Rails
+ Action Pack splits the response to a requests into a controller part
+ (performing the logic) and a view part (rendering a template). This
+ two-step approach is known as an action, which will normally create,
+ read, update, or delete (CRUD for short) some sort of model part
+ (often backed by a database) before choosing either to render a
+ template or redirecting to another action.
+ .
+ It eases web-request routing, handling, and response as a half-way
  front, half-way page controller. Implemented with specific emphasis
- on enabling easy unit/integration testing that doesn't require a
- browser.
+ on enabling easy unit/integration testing that doesn't require
+ a browser.

-- 
ruby-actionpack-2.3.git



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