X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/blobdiff_plain/b8716c9b1688eff33cd1bebb457e27239460106a..4479031fe5807ebb6a73fc33edba53fbf4052b83:/debian/control diff --git a/debian/control b/debian/control index d05af7b..e1c6af9 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,22 @@ -Source: sipb-xen-base -Section: base -Priority: extra -Maintainer: SIPB Xen Project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0) -Standards-Version: 3.7.2 +Source: invirt-base +Section: libs +Priority: optional +Maintainer: Invirt project +Build-Depends: debhelper (>= 11), python3, python3-setuptools, dh-python +Standards-Version: 4.1.4 +X-Python3-Version: >= 3.6 -Package: sipb-xen-base +Package: invirt-base Architecture: all -Depends: ${misc:Depends}, -Description: Base configuration required for all SIPB xen servers - This package includes apt configuration, .k5login and other files that - should be synchronized among all our servers. - Installing this on a non-sipb-xen machine would be very anti-social. +Depends: ${python3:Depends}, ${misc:Depends}, + python-pkg-resources, remctl-client, invirt-config, + python3 (>= 3.6) +Description: Base configuration required for all Invirt servers + This package includes common files for the Invirt system. + * apt configuration + * common init-script libraries + * common Python libraries, including the root of the 'invirt' tree + * invirt-getconf script and invirt-reload trigger for using + the Invirt configuration system + . + All Invirt hosts and system VMs should have this package.