0ae26a6e4a9539851beed1e464e7d832372a1526
[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 (>= 11), python3-all-dev, python3-setuptools, python3-debian, python3-apt
6 Standards-Version: 3.9.3
7 X-Python3-Version: >= 3.6
8
9 Package: invirt-base
10 Architecture: all
11 Depends: ${python:Depends}, ${misc:Depends},
12   python-yaml (>= 3.12), python-mako (>= 1.0.7), python-pkg-resources,
13   remctl-client, invirt-config, python3 (>= 3.6.5)
14 Provides: ${python:Provides}
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.