source: trunk/packages/xvm-meta/debian/control @ 1915

Last change on this file since 1915 was 1915, checked in by price, 15 years ago

cut -storage-config, move -clster-config dependency to xvm-host

File size: 1.5 KB
Line 
1Source: xvm-meta
2Section: servers
3Priority: extra
4Maintainer: SIPB XVM Project <xvm@mit.edu>
5Build-Depends: cdbs, debhelper (>= 5)
6Standards-Version: 3.8.0
7
8Package: xvm-host
9Architecture: all
10Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-host-master,
11 xvm-munin-host-config, invirt-cluster-config, xvm-iscsi-config, xvm-misc-config
12Description: Metapackage for XVM hosts
13 This package installs the necessary software to run an XVM host.
14
15Package: xvm-master
16Architecture: all
17Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server,
18 invirt-dev, invirt-web,
19 xvm-munin-master-config, xvm-db-backup, xvm-misc-config
20Description: 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
24Package: xvm-console
25Architecture: all
26Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-console-server,
27 xvm-munin-console-config, xvm-misc-config
28Description: Metapackage for the XVM console VM
29 This package installs the necessary software for the XVM console
30 server.
31
32Package: xvm-remote
33Architecture: all
34Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server,
35 xvm-munin-remote-config, xvm-misc-config
36Description: Metapackage for the VM remote VM
37 This package installs the necessary software for the XVM remctl proxy.
38
39Package: xvm-misc-config
40Architecture: all
41Depends: xvm-mail-config, molly-guard, apticron
42Description: Miscellaneous XVM configuration
43 This package configures some things every XVM machine needs.
Note: See TracBrowser for help on using the repository browser.