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

Last change on this file since 69 was 69, checked in by nelhage, 17 years ago

Adding glue to build python packages

File size: 1.2 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), debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), python-support (>= 0.5.3)
6Standards-Version: 3.7.2
7
8Package: sipb-xen-database-common
9Architecture: all
10Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.1, 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}, postgresql-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common
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}, python-sqlalchemy, python-psycopg2, sipb-xen-database-common
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.