Initial build of hvirt-meta. Doesn't contain anything too useful at the moment;...
[invirt/packages/hvirt-meta.git] / debian / control
1 Source: hvirt-meta
2 Section: servers
3 Priority: extra
4 Maintainer: Hvirt Team <hvirt@hcs.harvard.edu>
5 Build-Depends: cdbs, debhelper (>= 5)
6 Standards-Version: 3.8.0
7
8 Package: hvirt-host
9 Architecture: all
10 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-host-master,
11  invirt-ssh-config
12 Description: Metapackage for Hvirt hosts
13  This package installs the necessary software to run an Hvirt host.
14
15 Package: hvirt-master
16 Architecture: all
17 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server,
18  invirt-dev, invirt-web, invirt-ssh-config
19 Description: Metapackage for the Hvirt master VM
20  This package installs the necessary software for the Hvirt master VM,
21  which includes the database server and the web server.
22
23 Package: hvirt-console
24 Architecture: all
25 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-console-server
26 Description: Metapackage for the Hvirt console VM
27  This package installs the necessary software for the Hvirt console
28  server.
29
30 Package: hvirt-remote
31 Architecture: all
32 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server, 
33  invirt-ssh-config
34 Description: Metapackage for the Hvirt remote VM
35  This package installs the necessary software for the Hvirt remctl proxy.
36
37 Package: hvirt-misc-config
38 Architecture: all
39 Depends: hvirt-mail-config, molly-guard, apticron
40 Description: Miscellaneous Hvirt configuration
41  This package configures some things every Hvirt machine needs.