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

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

port to postgresql 8.3

File size: 1.1 KB
Line 
1Source: sipb-xen-database
2Section: net
3Priority: extra
4Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-support (>= 0.5.3), config-package-dev
6Standards-Version: 3.7.2
7
8Package: sipb-xen-database-common
9Architecture: all
10Depends: ${misc:Depends}, ${python:Depends}, python-sqlalchemy, python-psycopg2
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
17Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.3, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, adduser
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
23Depends: ${misc:Depends}, postgresql-client-8.3, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, python
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.