[DRE-commits] [SCM] rails.git branch, master, updated. debian/2%2.3.14.2-14-g0930779

Ondřej Surý ondrej at sury.org
Tue May 28 14:14:47 UTC 2013


The following commit has been merged in the master branch:
commit d42f6a0b09fc821ba0a2225d7f70a525ec4d7f03
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon May 27 14:44:34 2013 +0200

    Add ruby-activemodel and ruby-railties dummy packages

diff --git a/debian/control b/debian/control
index 8110862..8bffb5a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders:
  Ondřej Surý <ondrej at debian.org>,
  Antonio Terceiro <terceiro at debian.org>,
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 7.0.50~)
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/rails.git
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/rails.git
@@ -27,6 +27,19 @@ Description: MVC ruby based framework geared for web application development
  a specific version of rails, you need to depend on ruby-rails-VERSION
  package.
 
+Package: ruby-activemodel
+Architecture: all
+Depends: ${misc:Depends}, ruby-activerecord-3.2
+Description: toolkit for building modeling frameworks (part of Rails)
+ Active Model is a toolkit for building modeling frameworks like
+ Active Record and Active Resource.  This includes a rich support for
+ attributes, callbacks, validations, observers, serialization,
+ internationalization, and testing.
+ .
+ This is empty dependency package which depends on the default Debian
+ version of rails framework.  If you need to depend on a specific version
+ of rails, you need to depend on <package>-VERSION package.
+
 Package: ruby-activerecord
 Architecture: all
 Depends: ${misc:Depends}, ruby-activerecord-3.2
@@ -94,3 +107,19 @@ Description: Framework for generation of customized email messages
  This is empty dependency package which depends on the default Debian
  version of rails framework.  If you need to depend on a specific version
  of rails, you need to depend on <package>-VERSION package.
+
+Package: ruby-railties
+Architecture: all
+Depends: ${misc:Depends}, ruby-railties-3.2
+Description: MVC ruby based framework geared for web application development
+ Rails is a full-stack, open-source web framework in Ruby for writing
+ real-world applications.
+ .
+ Being a full-stack framework means that all layers are built to work
+ seamlessly together. That way you don't repeat yourself and you can
+ use a single language from top to bottom. Everything from templates to
+ control flow to business logic is written in Ruby.
+ .
+ This is empty dependency package which depends on the default Debian
+ version of rails framework.  If you need to depend on a specific version
+ of rails, you need to depend on <package>-VERSION package.

-- 
rails.git



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