Remove postinst and triggers
[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}, python-pkg-resources,
12   remctl-client, invirt-config, python3 (>= 3.6)
13 Description: Base configuration required for all Invirt servers
14  This package includes common files for the Invirt system.
15   * apt configuration
16   * common init-script libraries
17   * common Python libraries, including the root of the 'invirt' tree
18   * invirt-getconf script and invirt-reload trigger for using
19     the Invirt configuration system
20  .
21  All Invirt hosts and system VMs should have this package.