| 1 | Source: invirt-remote |
|---|
| 2 | Section: servers |
|---|
| 3 | Priority: important |
|---|
| 4 | Maintainer: Invirt project <invirt@mit.edu> |
|---|
| 5 | Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), |
|---|
| 6 | python-all-dev (>=2.3.5-11), python-support (>= 0.5.3), |
|---|
| 7 | python-setuptools, python-debian, python-apt |
|---|
| 8 | Standards-Version: 3.8.0 |
|---|
| 9 | |
|---|
| 10 | Package: invirt-remote-server |
|---|
| 11 | Architecture: all |
|---|
| 12 | Provides: ${diverted-files}, ${python:Provides} |
|---|
| 13 | Conflicts: ${diverted-files} |
|---|
| 14 | Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, |
|---|
| 15 | daemon, debathena-kerberos-config, fuse-utils, openssh-server, |
|---|
| 16 | python-routefs, invirt-database, invirt-base, remctl-server, |
|---|
| 17 | remctl-client |
|---|
| 18 | XB-Python-Version: ${python:Versions} |
|---|
| 19 | Description: Invirt remote-control server |
|---|
| 20 | This package should be installed to set up the remote-control server. |
|---|
| 21 | |
|---|
| 22 | Package: invirt-remote-host |
|---|
| 23 | Architecture: all |
|---|
| 24 | Depends: ${misc:Depends}, remctl-server, invirt-console-host, |
|---|
| 25 | invirt-vnc-server, python-cjson, python-yaml, util-linux |
|---|
| 26 | Description: Installs the Invirt host remctl configuration |
|---|
| 27 | This is the remctl configuration for an Invirt host. It allows any |
|---|
| 28 | commands to be run from the Invirt remote server |
|---|