[DRE-commits] [SCM] rails-2.3.git branch, debian-sid, updated. 0288d3496b551d2b35d0233f10713cb4d65bf2d6

Ondřej Surý ondrej at sury.org
Fri Jun 10 14:27:36 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 1324d2f134a7371a0fce9e479b2cadd1c5fd2322
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri Jun 3 10:16:02 2011 +0200

    Add dependencies from metadata.yml

diff --git a/debian/control b/debian/control
index 52ad057..6f3a772 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,15 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Ondřej Surý <ondrej at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~)
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~),
+	       gem2deb (>= 0.2.3~),
+	       rake (>= 0.8.3),
+	       ruby-activesupport-2.3,
+	       ruby-activerecord-2.3,
+	       ruby-actionpack-2.3,
+	       ruby-actionmailer-2.3,
+	       ruby-activeresource-2.3
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rails-2.3.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rails-2.3.git;a=summary
 Homepage: http://www.rubyonrails.org
@@ -14,8 +21,16 @@ XS-Ruby-Versions: all
 Package: ruby-rails-2.3
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0.8.3, runtime), activesupport (= 2.3.11, runtime), activerecord (= 2.3.11, runtime), actionpack (= 2.3.11, runtime), actionmailer (= 2.3.11, runtime), activeresource (= 2.3.11, runtime)
+Depends: ${shlibs:Depends},
+	 ${misc:Depends},
+	 ruby | ruby-interpreter,
+	 rake (>= 0.8.3),
+	 ruby-activesupport-2.3,
+	 ruby-activerecord-2.3,
+	 ruby-actionpack-2.3,
+	 ruby-actionmailer-2.3,
+	 ruby-activeresource-2.3
 Description: Web-application framework with template engine, control-flow layer, and ORM.
- Rails is a framework for building web-application using CGI, FCGI, mod_ruby, or WEBrick
- on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle with eRuby- or Builder-based templates.
+ Rails is a framework for building web-application using CGI, FCGI,
+ mod_ruby, or WEBrick on top of either MySQL, PostgreSQL, SQLite, DB2,
+ SQL Server, or Oracle with eRuby- or Builder-based templates.

-- 
rails-2.3.git



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