X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/blobdiff_plain/a9a55ac12591f50bcac8b2b995c05c4ae1a75950..refs/heads/2to3:/debian/control diff --git a/debian/control b/debian/control index 00396d8..b59af2a 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,21 @@ -Source: sipb-xen-base -Section: base -Priority: extra -Maintainer: SIPB Xen Project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), python-json (>= 3.4-2), python-yaml (>= 3.05-1andersk1) -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.