-Depends: ${misc:Depends}, python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= 0.2.2)
-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: ${python:Depends}, ${misc:Depends},
+ python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>=
+ 0.2.2), python-pkg-resources, remctl-client, invirt-config
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+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
+ * scripts invirt-getconf and invirt-reload for using
+ the Invirt configuration system
+ .
+ All Invirt hosts and system VMs should have this package.