Update debian files in response to invirt-reload being removed
[invirt/packages/invirt-base.git] / debian / control
1 Source: invirt-base
2 Section: libs
3 Priority: optional
4 Maintainer: Invirt project <invirt@mit.edu>
5 Build-Depends: debhelper (>= 11), python3, python3-setuptools, dh-python
6 Standards-Version: 4.1.4
7 X-Python3-Version: >= 3.6
8
9 Package: invirt-base
10 Architecture: all
11 Depends: ${python3:Depends}, ${misc:Depends},
12   python-pkg-resources, remctl-client, invirt-config,
13   python3 (>= 3.6)
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   * invirt-getconf script and invirt-reload trigger for using
20     the Invirt configuration system
21  .
22  All Invirt hosts and system VMs should have this package.