Add invirt-ssh-config as a dependency for all of the XVM metapackages.
[invirt/packages/xvm-meta.git] / debian / control
1 Source: xvm-meta
2 Section: servers
3 Priority: extra
4 Maintainer: SIPB XVM Project <xvm@mit.edu>
5 Build-Depends: cdbs, debhelper (>= 5)
6 Standards-Version: 3.8.0
7
8 Package: xvm-host
9 Architecture: all
10 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-host-master,
11  xvm-munin-host-config, invirt-cluster-config, xvm-iscsi-config,
12  xvm-misc-config, invirt-ssh-config
13 Description: Metapackage for XVM hosts
14  This package installs the necessary software to run an XVM host.
15
16 Package: xvm-master
17 Architecture: all
18 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server,
19  invirt-dev, invirt-web, xvm-munin-master-config, xvm-db-backup,
20  xvm-misc-config, xvm-authz-locker, invirt-ssh-config
21 Description: Metapackage for the XVM master VM
22  This package installs the necessary software for the XVM master VM,
23  which includes the database server and the web server.
24
25 Package: xvm-console
26 Architecture: all
27 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-console-server,
28  xvm-munin-console-config, xvm-misc-config
29 Description: Metapackage for the XVM console VM
30  This package installs the necessary software for the XVM console
31  server.
32
33 Package: xvm-remote
34 Architecture: all
35 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server,
36  xvm-munin-remote-config, xvm-misc-config, invirt-ssh-config
37 Description: Metapackage for the VM remote VM
38  This package installs the necessary software for the XVM remctl proxy.
39
40 Package: xvm-misc-config
41 Architecture: all
42 Depends: xvm-mail-config, molly-guard, apticron
43 Description: Miscellaneous XVM configuration
44  This package configures some things every XVM machine needs.