source: trunk/packages/sipb-xen-database/debian/control @ 824

Last change on this file since 824 was 824, checked in by price, 16 years ago

rename sipb_xen_database -> invirt.database

Keeping old name for now, for compatibility.

File size: 1.1 KB
RevLine 
[69]1Source: sipb-xen-database
[68]2Section: net
[8]3Priority: extra
[68]4Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
[824]5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-support (>= 0.5.3)
[8]6Standards-Version: 3.7.2
7
[69]8Package: sipb-xen-database-common
[68]9Architecture: all
[112]10Depends: ${misc:Depends}, ${python:Depends}, python-sqlalchemy, python-psycopg2
[69]11Provides: ${python:Provides}
12Description: Installs the SIPB Xen database schema files
13 This contains the python modules to access the SIPB Xen database
14
15Package: sipb-xen-database-server
16Architecture: all
[278]17Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, adduser
[69]18Description: Installs the SIPB Xen database server
19 This tracks all the user VMs and is accessed from the VM host
20
21Package: sipb-xen-database-client
22Architecture: all
[824]23Depends: ${misc:Depends}, postgresql-client-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, python
[69]24Description: 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
Note: See TracBrowser for help on using the repository browser.