d85727601b79b60e0c1cdc71a8e77d4ae0330fe7
[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: debhelper (>= 7), python3-all-dev, python3-setuptools, python3-debian, python3-apt
6 Standards-Version: 3.9.3
7
8 Package: invirt-base
9 Architecture: all
10 Depends: ${python:Depends}, ${misc:Depends},
11   python-yaml (>= 3.12), python-mako (>= 1.0.7), python-pkg-resources,
12   remctl-client, invirt-config, python3 (>= 3.6.5)
13 Provides: ${python:Provides}
14 Description: Base configuration required for all Invirt servers
15  This package includes common files for the Invirt system.
16   * apt configuration
17   * common init-script libraries
18   * common Python libraries, including the root of the 'invirt' tree
19   * scripts invirt-getconf and invirt-reload for using
20     the Invirt configuration system
21  .
22  All Invirt hosts and system VMs should have this package.