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

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

don't specify (old) version of postgresql

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>
[918]5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-support (>= 0.5.3), config-package-dev
[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
[972]17Depends: ${misc:Depends}, ${python:Depends}, postgresql, 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
[972]23Depends: ${misc:Depends}, postgresql-client, 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.