File: control

package info (click to toggle)
open-build-service 2.7.1-10
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 14,828 kB
  • ctags: 6,326
  • sloc: ruby: 59,758; perl: 44,290; xml: 9,804; sh: 4,639; sql: 1,349; python: 435; makefile: 224; cpp: 46
file content (249 lines) | stat: -rw-r--r-- 7,124 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
249
Source: open-build-service
Section: devel
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
           Héctor Orón Martínez <zumbi@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-systemd,
               bundler,
               fdupes,
               libbssolv-perl,
               default-mysql-server | mysql-server,
               python-dev,
               ruby-acts-as-list,
               ruby-acts-as-tree,
               ruby-addressable,
               ruby-capybara,
               ruby-chunky-png,
               ruby-cliver,
               ruby-clockwork,
               ruby-cocoon,
               ruby-codemirror-rails,
               ruby-coderay,
               ruby-crack,
               ruby-cssmin,
               ruby-daemons,
               ruby-dalli,
               ruby-delayed-job,
               ruby-delayed-job-active-record,
               ruby-docile,
               ruby-erubis,
               ruby-escape-utils,
               ruby-execjs,
               ruby-flot-rails,
               ruby-font-awesome-rails,
               ruby-haml,
               ruby-hike,
               ruby-i18n,
               ruby-innertube,
               ruby-joiner,
               ruby-jquery-rails,
               ruby-jquery-ui-rails,
               ruby-json,
               ruby-kaminari,
               ruby-kgio,
               ruby-ldap,
               ruby-metaclass,
               ruby-method-source,
               ruby-middleware,
               ruby-mime-types,
               ruby-mysql2,
               ruby-nokogiri,
               ruby-parser,
               ruby-pkg-config (>= 1.1.6),
               ruby-pundit,
               ruby-rails,
               ruby-rails-tokeninput,
               ruby-raindrops,
               ruby-redcarpet,
               ruby-responders,
               ruby-riddle,
               ruby-safe-yaml,
               ruby-sanitize,
               ruby-sass,
               ruby-sass-rails,
               ruby-sexp-processor,
               ruby-slop,
               ruby-sprite-factory,
               ruby-sprockets,
               ruby-thinking-sphinx,
               ruby-thread-safe,
               ruby-tzinfo,
               ruby-uglifier,
               ruby-websocket-driver,
               ruby-xmlhash,
               ruby-xpath,
               ruby-yajl,
               rubygems-integration,
Standards-Version: 3.9.8
Homepage: http://en.opensuse.org/Build_Service

Package: obs-server
Architecture: all
Depends: apt-utils,
         adduser,
         diffutils,
         git,
         libbssolv-perl,
         libcompress-raw-zlib-perl,
         libfile-sync-perl,
         libjson-xs-perl,
         libnet-ssleay-perl,
         libsocket-msghdr-perl,
         libxml-parser-perl,
         libxml-simple-perl,
         memcached,
         obs-build,
         obs-productconverter (>= ${binary:Version}),
         patch,
         reprepro,
         sysvinit-utils (>= 2.88dsf-59),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: createrepo,
            lvm2,
            obs-signd,
            slpd,
            yum
Description: Open Build Service (server component)
 The Open Build Service (OBS) backend is used to store all sources and
 binaries. It also calculates the need for new build jobs and distributes
 it.

Package: obs-worker
Architecture: all
Depends: apt-utils,
         adduser,
         binutils,
         bsdtar,
         cpio,
         curl,
         debootstrap,
         libcompress-raw-zlib-perl,
         libtimedate-perl,
         libxml-parser-perl,
         libxml-simple-perl,
         lsb-base (>= 3.0-6),
         lvm2,
         lzma,
         psmisc,
         rpm,
         screen,
         util-linux (>= 2.16),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Open Build Service (build host component)
 This is the obs build host, to be installed on each machine building
 packages in this obs installation. Install it alongside obs-server to
 run a local playground test installation.

Package: obs-api
Architecture: all
Depends: apache2,
         dbconfig-common,
         gsfonts,
         libapache2-mod-passenger,
         libapache2-mod-xforward,
         libgd-gd2-perl,
         libjs-bootstrap,
         lsb-base (>= 3.0-6),
         memcached,
         default-mysql-client | mysql-client,
         ruby,
         ruby-acts-as-list,
         ruby-acts-as-tree,
         ruby-addressable,
         ruby-capybara,
         ruby-chunky-png,
         ruby-cliver,
         ruby-clockwork,
         ruby-cocoon,
         ruby-codemirror-rails,
         ruby-coderay,
         ruby-crack,
         ruby-cssmin,
         ruby-daemons,
         ruby-dalli,
         ruby-delayed-job,
         ruby-delayed-job-active-record,
         ruby-docile,
         ruby-erubis,
         ruby-escape-utils,
         ruby-execjs,
         ruby-flot-rails,
         ruby-font-awesome-rails,
         ruby-haml,
         ruby-hike,
         ruby-i18n,
         ruby-innertube,
         ruby-joiner,
         ruby-jquery-rails,
         ruby-jquery-ui-rails (>= 6.0.1),
         ruby-json,
         ruby-kaminari,
         ruby-kgio,
         ruby-ldap,
         ruby-metaclass,
         ruby-method-source,
         ruby-middleware,
         ruby-mime-types,
         ruby-mysql2,
         ruby-nokogiri,
         ruby-parser,
         ruby-pkg-config (>= 1.1.6),
         ruby-pundit,
         ruby-rails,
         ruby-rails-tokeninput,
         ruby-raindrops,
         ruby-redcarpet,
         ruby-responders,
         ruby-riddle,
         ruby-safe-yaml,
         ruby-sanitize,
         ruby-sass,
         ruby-sass-rails,
         ruby-sexp-processor,
         ruby-slop,
         ruby-sprite-factory,
         ruby-sprockets,
         ruby-thinking-sphinx,
         ruby-thread-safe,
         ruby-tzinfo,
         ruby-uglifier,
         ruby-websocket-driver,
         ruby-xmlhash,
         ruby-xpath,
         ruby-yajl,
         rubygems-integration,
         sphinxsearch (>= 2.0.8),
         unicorn,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: default-mysql-server | mysql-server
Suggests: obs-server
Breaks: obs-server (<= 2.7.1-3)
Provides: obs-webui
Description: Open Build Service (api)
 This is the API server instance for the OBS.

Package: obs-productconverter
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Open Build Service (product definition utility)
 The obs_productconvert is a utility to create Kiwi- and Spec- files
 from a product definition.

Package: obs-utils
Architecture: all
Depends: osc,
         ruby,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Open Build Service (utilities)
 The obs-utils contains tools for Open Build Service. Including:
  * obs_mirror_project - a tool to copy the binary data of a project
    from one obs to another.
  * obs_project_update - a tool to copy a packages of a project from
    one obs to another.