Added debathena krb and ssh config stuff to invirt-base
[invirt/packages/invirt-base.git] / debian / control
1 Source: invirt-base
2 Section: base
3 Priority: extra
4 Maintainer: Invirt project <invirt@mit.edu>
5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), python-all-dev, python-support, python-setuptools, python-debian, python-apt, krb5-config, krb5-user, krb5-clients, openssh-server
6 Standards-Version: 3.8.0
7
8 Package: invirt-base
9 Architecture: all
10 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
11  python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>=
12  0.2.2), remctl-client, invirt-config, krb5-config, krb5-user,
13  krb5-clients, openssh-server
14 Provides: ${python:Provides}, ${diverted-files}
15 Conflicts: ${diverted-files}
16 XB-Python-Version: ${python:Versions}
17 Description: Base configuration required for all Invirt servers
18  This package includes common files for the Invirt system.
19   * apt configuration
20   * common init-script libraries
21   * common Python libraries, including the root of the 'invirt' tree
22   * scripts invirt-getconf and invirt-reload for using
23     the Invirt configuration system
24  .
25  All Invirt hosts and system VMs should have this package.