on second thought, remove arch restrictions and explicitly depend on golang-go
[debian/orchestra.git] / debian / control
1 Source: orchestra
2 Maintainer: Steven McDonald <steven@steven-mcdonald.id.au>
3 Section: admin
4 Priority: optional
5 Build-Depends: debhelper (>= 7.0.50~), golang-go (>= 1:60), golang-go (<< 1:61)
6 Standards-Version: 3.9.1
7 Vcs-Git: git://git.steven-mcdonald.id.au/debian/orchestra.git
8 Vcs-Browser: http://git.steven-mcdonald.id.au/?p=debian/orchestra.git;a=summary
9
10 Package: orchestra-conductor
11 Depends: ssl-cert, ${misc:Depends}
12 Description: Manage remote job execution across a group of hosts
13  Orchestra is a system for managing distributed job execution over a
14  group of servers.
15  .
16  This package contains the Conductor which manages the request queues
17  and dispatches work to the servers.  It also contains the job
18  submission tools.
19
20 Package: orchestra-player-go
21 Description: Execution agent for remotely managed jobs
22  Orchestra is a system for managing distributed job execution over a
23  group of servers.
24  .
25  This package contains the go implementation of the Player which
26  retrieves the work queue from the Conductor and performs the actual
27  task execution.
28  .
29  As this particular implemention is written in Go, it only works on
30  x86 architecture systems.