source: trunk/packages/hvirt-meta/debian/control @ 2883

Last change on this file since 2883 was 2883, checked in by gdb, 14 years ago

Initial build of hvirt-meta. Doesn't contain anything too useful at the moment; will populate as we go along.

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