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

Ondřej Surý ondrej at sury.org
Mon May 27 12:35:07 UTC 2013


The following commit has been merged in the master branch:
commit c642b7e807914a7cf43dc9bd9531530d1fdbd5f2
Merge: 3be377bb83681b95f0806e81d15e663ad267bc4d 24f048c1abcd8183e389ccac8d1e54fbb9e79b09
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon May 27 14:34:03 2013 +0200

    Merge branch 'master-experimental'

diff --combined debian/control
index 21a417a,a38619e..8110862
--- a/debian/control
+++ b/debian/control
@@@ -5,14 -5,15 +5,14 @@@ Maintainer: Debian Ruby Extras Maintain
  Uploaders:
   Ondřej Surý <ondrej at debian.org>,
   Antonio Terceiro <terceiro at debian.org>,
 -DM-Upload-Allowed: yes
  Standards-Version: 3.9.3
  Build-Depends: debhelper (>= 7.0.50~)
 -Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/rails.git
 -Vcs-Git: git://git.debian.org/pkg-ruby-extras/rails.git
 +Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/rails.git
 +Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/rails.git
  
  Package: rails
  Architecture: all
- Depends: ruby-rails-2.3, ${misc:Depends}
+ Depends: ruby-rails-3.2, ${misc:Depends}
  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.
@@@ -29,7 -30,7 +29,7 @@@
  
  Package: ruby-activerecord
  Architecture: all
- Depends: ${misc:Depends}, ruby-activerecord-2.3
+ Depends: ${misc:Depends}, ruby-activerecord-3.2
  Description: ORD database interface for ruby
   Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.  It ties
   database tables and classes together for business objects, like
@@@ -42,7 -43,7 +42,7 @@@
  
  Package: ruby-activeresource
  Architecture: all
- Depends: ${misc:Depends}, ruby-activerecord-2.3
+ Depends: ${misc:Depends}, ruby-activerecord-3.2
  Description: Connects objects and REST web services
   Active Resource (ARes) connects business objects and Representational
   State Transfer (REST) web services. It implements object-relational
@@@ -57,7 -58,7 +57,7 @@@
  
  Package: ruby-activesupport
  Architecture: all
- Depends: ${misc:Depends}, ruby-activesupport-2.3
+ Depends: ${misc:Depends}, ruby-activesupport-3.2
  Description: Support and utility classes used by the Rails framework
   ActiveSupport consists of utility classes and extensions to the Ruby
   standard library that were required for Rails but found to be
@@@ -69,7 -70,7 +69,7 @@@
  
  Package: ruby-actionpack
  Architecture: all
- Depends: ${misc:Depends}, ruby-actionpack-2.3
+ Depends: ${misc:Depends}, ruby-actionpack-3.2
  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
@@@ -84,7 -85,7 +84,7 @@@
  
  Package: ruby-actionmailer
  Architecture: all
- Depends: ${misc:Depends}, ruby-actionmailer-2.3
+ Depends: ${misc:Depends}, ruby-actionmailer-3.2
  Description: Framework for generation of customized email messages
   Action Mailer is a framework for designing email-service layers. These layers
   are used to consolidate code for sending out forgotten passwords, welcome
@@@ -94,130 -95,3 +94,3 @@@
   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.
- 
- # Transitional packages
- Package: rails-ruby1.8
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, rails
- Description: Transitional package for rails
-  This is a transitional package to ease upgrades to the rails
-  package. It can safely be removed.
- 
- Package: rails-doc
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, rails
- Description: Transitional package for rails
-  This is a transitional package to ease upgrades to the rails
-  package. It can safely be removed.
- 
- Package: libactiverecord-ruby
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-activerecord
- Description: Transitional package for ruby-activerecord
-  This is a transitional package to ease upgrades to the ruby-activerecord
-  package. It can safely be removed.
- 
- Package: libactiverecord-ruby1.8
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-activerecord
- Description: Transitional package for ruby-activerecord
-  This is a transitional package to ease upgrades to the ruby-activerecord
-  package. It can safely be removed.
- 
- Package: libactiverecord-ruby1.9.1
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-activerecord
- Description: Transitional package for ruby-activerecord
-  This is a transitional package to ease upgrades to the rails
-  package. It can safely be removed.
- 
- Package: libactivesupport-ruby
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-activesupport
- Description: Transitional package for ruby-activesupport
-  This is a transitional package to ease upgrades to the ruby-activesupport
-  package. It can safely be removed.
- 
- Package: libactivesupport-ruby1.8
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-activesupport
- Description: Transitional package for ruby-activesupport
-  This is a transitional package to ease upgrades to the ruby-activesupport
-  package. It can safely be removed.
- 
- Package: libactivesupport-ruby1.9.1
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-activesupport
- Description: Transitional package for ruby-activesupport
-  This is a transitional package to ease upgrades to the ruby-activesupport
-  package. It can safely be removed.
- 
- Package: libactionpack-ruby
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-actionpack
- Description: Transitional package for ruby-actionpack
-  This is a transitional package to ease upgrades to the ruby-actionpack
-  package. It can safely be removed.
- 
- Package: libactionpack-ruby1.8
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-actionpack
- Description: Transitional package for ruby-actionpack
-  This is a transitional package to ease upgrades to the ruby-actionpack
-  package. It can safely be removed.
- 
- Package: libactionmailer-ruby
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-actionmailer
- Description: Transitional package for ruby-actionmailer
-  This is a transitional package to ease upgrades to the ruby-actionmailer
-  package. It can safely be removed.
- 
- Package: libactionmailer-ruby1.8
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-actionmailer
- Description: Transitional package for ruby-actionmailer
-  This is a transitional package to ease upgrades to the ruby-actionmailer
-  package. It can safely be removed.
- 
- Package: libactiveresource-ruby
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-activeresource
- Description: Transitional package for ruby-activeresource
-  This is a transitional package to ease upgrades to the ruby-activeresource
-  package. It can safely be removed.
- 
- Package: libactiveresource-ruby1.8
- Section: oldlibs
- Priority: extra
- Architecture: all
- Depends: ${misc:Depends}, ruby-activeresource
- Description: Transitional package for ruby-activeresource
-  This is a transitional package to ease upgrades to the ruby-activeresource
-  package. It can safely be removed.

-- 
rails.git



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