File: control

package info (click to toggle)
rails 2%3A4.2.7.1-1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,416 kB
  • sloc: ruby: 186,673; yacc: 45; sql: 43; sh: 14; makefile: 12
file content (248 lines) | stat: -rw-r--r-- 9,435 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
Source: rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper (>= 9),
               gem2deb (>= 0.4.0~),
               rake,
               rake (>= 0.8.7),
               ruby-arel (>= 6.0),
               ruby-arel (<< 7.0),
               ruby-bcrypt,
               ruby-builder (>= 3.1),
               ruby-builder (<< 4.0),
               ruby-bundler (>= 1.3.0),
               ruby-bundler (<< 2.0),
               ruby-dalli,
               ruby-delayed-job,
               ruby-erubis (>= 2.7.0),
               ruby-erubis (<< 2.8),
               ruby-globalid,
               ruby-i18n (>= 0.7),
               ruby-i18n (<< 1.0),
               ruby-json (>= 1.7.7),
               ruby-mail (>= 2.5.4),
               ruby-minitest (>= 5.1),
               ruby-minitest (<< 6.0),
               ruby-mocha,
               ruby-mysql2,
               ruby-rack (>= 1.6),
               ruby-rack (<< 2.0),
               ruby-rack-cache,
               ruby-rack-test (>= 0.6.2),
               ruby-rack-test (<< 0.7),
               ruby-rails-dom-testing (>= 1.0.5),
               ruby-rails-dom-testing (<< 2.0),
               ruby-rails-html-sanitizer (>= 1.0.2),
               ruby-rails-html-sanitizer (<< 2.0),
               ruby-sprockets-rails (>= 2.3.2~),
               ruby-sprockets-rails (<< 3.0),
               ruby-sqlite3,
               ruby-thor (>= 0.18.1),
               ruby-thor (<< 2.0),
               ruby-thread-safe (>= 0.3.4),
               ruby-thread-safe (<< 1.0),
               ruby-treetop,
               ruby-tzinfo (>= 1.1),
               ruby-tzinfo (<< 2.0),
               sqlite3,
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/rails.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/rails.git
Homepage: http://www.rubyonrails.org
XS-Ruby-Versions: all
Testsuite: autopkgtest

Package: ruby-activesupport
Architecture: all
X-DhRuby-Root: activesupport/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-i18n (<< 1.0),
         ruby-i18n (>= 0.7),
         ruby-json (>= 1.7.7),
         ruby-minitest (<< 6.0),
         ruby-minitest (>= 5.1),
         ruby-thread-safe (<< 1.0),
         ruby-thread-safe (>= 0.3.4),
         ruby-tzinfo (<< 2.0),
         ruby-tzinfo (>= 1.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Support and utility classes used by the Rails 4.1 framework
 ActiveSupport consists of utility classes and extensions to the Ruby
 standard library that were required for Rails but found to be
 generally useful.

Package: ruby-activerecord
Architecture: all
X-DhRuby-Root: activerecord/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activemodel (= ${source:Version}),
         ruby-activesupport (= ${source:Version}),
         ruby-arel (<< 7.0),
         ruby-arel (>= 6.0),
         ${misc:Depends}
Description: object-relational mapper framework (part of Rails)
 Active Records is a framework to work with databases on Rails.  Build
 a persistent domain model by mapping database tables to Ruby classes.
 Strong conventions for associations, validations, aggregations,
 migrations, and testing come baked-in.

Package: ruby-activemodel
Architecture: all
X-DhRuby-Root: activemodel/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport (= ${source:Version}),
         ruby-builder (<< 4.0),
         ruby-builder (>= 3.1),
         ${misc:Depends}
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.

Package: ruby-activejob
Architecture: all
X-DhRuby-Root: activejob/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport (= ${source:Version}),
         ruby-globalid,
         ${misc:Depends}
Description: job framework with pluggable queues
 Active Job is a framework for declaring jobs and making them run on a variety
 of queueing backends. These jobs can be everything from regularly scheduled
 clean-ups, to billing charges, to mailings. Anything that can be chopped up
 into small units of work and run in parallel, really.

Package: ruby-actionview
Architecture: all
X-DhRuby-Root: actionview/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport (= ${source:Version}),
         ruby-builder (<< 4.0),
         ruby-builder (>= 3.1),
         ruby-erubis (<< 2.8),
         ruby-erubis (>= 2.7.0),
         ruby-rails-dom-testing (<< 2.0),
         ruby-rails-dom-testing (>= 1.0.5),
         ruby-rails-html-sanitizer (<< 2.0),
         ruby-rails-html-sanitizer (>= 1.0.2),
         ${misc:Depends}
Description: framework for handling view template lookup and rendering (part of Rails)
 Action View is a framework for handling view template lookup and
 rendering, and provides view helpers that assist when building HTML
 forms, Atom feeds and more. Template formats that Action View handles
 are ERB (embedded Ruby, typically used to inline short Ruby snippets
 inside HTML), and XML Builder.

Package: ruby-actionpack
Architecture: all
X-DhRuby-Root: actionpack/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionview (= ${source:Version}),
         ruby-activesupport (= ${source:Version}),
         ruby-rack (<< 2.0),
         ruby-rack (>= 1.6),
         ruby-rack-test (<< 0.7),
         ruby-rack-test (>= 0.6.2),
         ${misc:Depends}
Description: web-flow and rendering framework putting the VC in MVC (part of Rails)
 Action Pack is a framework for web apps on Rails. Simple,
 battle-tested conventions for building and testing MVC web
 applications. Works with any Rack-compatible server.

Package: ruby-actionmailer
Architecture: all
X-DhRuby-Root: actionmailer/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionpack (= ${source:Version}),
         ruby-actionview (= ${source:Version}),
         ruby-activejob (= ${source:Version}),
         ruby-mail (>= 2.5.4),
         ${misc:Depends},
         ${shlibs:Depends}
Description: email composition, delivery, and receiving framework (part of Rails)
 Action Mailer is a framework for working with email on Rails.
 Compose, deliver, receive, and test emails using the familiar
 controller/view pattern.  First-class support for multipart email
 and attachments.

Package: ruby-railties
Architecture: all
X-DhRuby-Root: railties/
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake (>= 0.8.7),
         ruby | ruby-interpreter,
         ruby-actionpack (= ${source:Version}),
         ruby-activesupport (= ${source:Version}),
         ruby-thor (<< 2.0),
         ruby-thor (>= 0.18.1),
         ${misc:Depends}
Description: tools for creating, working with, and running Rails applications
 This package contains the Rails internals, i.e. components that implement
 and/or control application bootup, plugins, generators, and rake tasks.

Package: ruby-rails
Architecture: all
X-DhRuby-Root: ./
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-actionmailer (= ${source:Version}),
         ruby-actionpack (= ${source:Version}),
         ruby-actionview (= ${source:Version}),
         ruby-activemodel (= ${source:Version}),
         ruby-activerecord (= ${source:Version}),
         ruby-activesupport (= ${source:Version}),
         ruby-bundler (<< 2.0),
         ruby-bundler (>= 1.3.0),
         ruby-railties (= ${source:Version}),
         ruby-sprockets-rails (<< 3.0),
         ruby-sprockets-rails (>= 2.3.2~),
         ruby-treetop,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ruby-byebug,
            ruby-coffee-rails (>= 4.1.0),
            ruby-jbuilder,
            ruby-jquery-rails,
            ruby-sass-rails,
            ruby-coffee-rails,
            ruby-sdoc,
            ruby-spring,
            ruby-sqlite3,
            ruby-turbolinks (>= 2.5.3),
            ruby-uglifier,
            ruby-web-console
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.

Package: rails
Architecture: all
Depends: ruby-rails (= ${source:Version}),
         ${misc:Depends}
Replaces: rails3
Breaks: rails3
Description: MVC ruby based framework geared for web application development (metapackage)
 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 a metapackage.