File: control.in

package info (click to toggle)
ruby-rails-2.3 2.3.14-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,908 kB
  • sloc: ruby: 5,808; makefile: 28
file content (55 lines) | stat: -rw-r--r-- 2,300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: ruby-rails-2.3
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~),
	       gem2deb (>= 0.3.0~),
	       rake (>= 0.8.3),
	       ruby-activesupport-2.3 (>= @RAILS_VERSION@),
	       ruby-activesupport-2.3 (<< @RAILS_VERSION@.1),
	       ruby-activerecord-2.3 (>= @RAILS_VERSION@),
	       ruby-activerecord-2.3 (<< @RAILS_VERSION@.1),
	       ruby-actionpack-2.3 (>= @RAILS_VERSION@),
	       ruby-actionpack-2.3 (<< @RAILS_VERSION@.1),
	       ruby-actionmailer-2.3 (>= @RAILS_VERSION@),
	       ruby-actionmailer-2.3 (<< @RAILS_VERSION@.1),
	       ruby-activeresource-2.3 (>= @RAILS_VERSION@),
	       ruby-activeresource-2.3 (<< @RAILS_VERSION@.1)
Standards-Version: 3.9.3
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
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),
	 libjs-prototype,
	 libjs-scriptaculous,
	 ruby-activesupport-2.3 (>= @RAILS_VERSION@),
	 ruby-activesupport-2.3 (<< @RAILS_VERSION@.1),
	 ruby-activerecord-2.3 (>= @RAILS_VERSION@),
	 ruby-activerecord-2.3 (<< @RAILS_VERSION@.1),
	 ruby-actionpack-2.3 (>= @RAILS_VERSION@),
	 ruby-actionpack-2.3 (<< @RAILS_VERSION@.1),
	 ruby-actionmailer-2.3 (>= @RAILS_VERSION@),
	 ruby-actionmailer-2.3 (<< @RAILS_VERSION@.1),
	 ruby-activeresource-2.3 (>= @RAILS_VERSION@),
	 ruby-activeresource-2.3 (<< @RAILS_VERSION@.1)
Breaks: rails-ruby1.8 (<< 2.3.11-1~)
Replaces: rails-ruby1.8 (<< 2.3.11-1~)
Provides: rails-ruby1.8
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.