Add xvm-authz-locker dependency to the xvm-master metapackage.
[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, xvm-misc-config
12 Description: Metapackage for XVM hosts
13  This package installs the necessary software to run an XVM host.
14
15 Package: xvm-master
16 Architecture: all
17 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server,
18  invirt-dev, invirt-web, xvm-munin-master-config, xvm-db-backup,
19  xvm-misc-config, xvm-authz-locker
20 Description: Metapackage for the XVM master VM
21  This package installs the necessary software for the XVM master VM,
22  which includes the database server and the web server.
23
24 Package: xvm-console
25 Architecture: all
26 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-console-server,
27  xvm-munin-console-config, xvm-misc-config
28 Description: Metapackage for the XVM console VM
29  This package installs the necessary software for the XVM console
30  server.
31
32 Package: xvm-remote
33 Architecture: all
34 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server,
35  xvm-munin-remote-config, xvm-misc-config
36 Description: Metapackage for the VM remote VM
37  This package installs the necessary software for the XVM remctl proxy.
38
39 Package: xvm-misc-config
40 Architecture: all
41 Depends: xvm-mail-config, molly-guard, apticron
42 Description: Miscellaneous XVM configuration
43  This package configures some things every XVM machine needs.