| [69] | 1 | Source: sipb-xen-database |
|---|
| [68] | 2 | Section: net |
|---|
| [8] | 3 | Priority: extra |
|---|
| [68] | 4 | Maintainer: SIPB Xen Project <sipb-xen@mit.edu> |
|---|
| [824] | 5 | Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-support (>= 0.5.3) |
|---|
| [8] | 6 | Standards-Version: 3.7.2 |
|---|
| 7 | |
|---|
| [69] | 8 | Package: sipb-xen-database-common |
|---|
| [68] | 9 | Architecture: all |
|---|
| [112] | 10 | Depends: ${misc:Depends}, ${python:Depends}, python-sqlalchemy, python-psycopg2 |
|---|
| [69] | 11 | Provides: ${python:Provides} |
|---|
| 12 | Description: Installs the SIPB Xen database schema files |
|---|
| 13 | This contains the python modules to access the SIPB Xen database |
|---|
| 14 | |
|---|
| 15 | Package: sipb-xen-database-server |
|---|
| 16 | Architecture: all |
|---|
| [278] | 17 | Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, adduser |
|---|
| [69] | 18 | Description: Installs the SIPB Xen database server |
|---|
| 19 | This tracks all the user VMs and is accessed from the VM host |
|---|
| 20 | |
|---|
| 21 | Package: sipb-xen-database-client |
|---|
| 22 | Architecture: all |
|---|
| [824] | 23 | Depends: ${misc:Depends}, postgresql-client-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, python |
|---|
| [69] | 24 | Description: Installs the SIPB Xen database configuration file |
|---|
| 25 | This is a python xen configuration script that talks to the database |
|---|
| 26 | to dynamically load xen domU configuration information |
|---|