3c12e66dc12b804e7df6a8c69b2601c2bb4f04d5
[invirt/packages/invirt-base.git] / debian / control
1 Source: invirt-base
2 Section: base
3 Priority: extra
4 Maintainer: Invirt project <invirt@mit.edu>
5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), python-all-dev, python-support, python-setuptools, python-debian, python-apt
6 Standards-Version: 3.8.0
7
8 Package: invirt-base
9 Architecture: all
10 Depends: ${python:Depends}, ${misc:Depends}, molly-guard, apticron,
11  python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>=
12  0.2.2), invirt-config
13 Provides: ${python:Provides}
14 XB-Python-Version: ${python:Versions}
15 Description: Base configuration required for all Invirt servers
16  This package includes common files for the Invirt system.
17   * apt configuration
18   * common init-script libraries
19   * common Python libraries, including the root of the 'invirt' tree
20   * scripts invirt-getconf and invirt-reload for using
21     the Invirt configuration system
22  .
23  All Invirt hosts and system VMs should have this package.