source: trunk/packages/sipb-xen-database/sipb-xen-database/debian/control.in @ 68

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

Skeleton CDBS packaging for database packages

File size: 1003 bytes
Line 
1Source: sipb-xen-database
2Section: net
3Priority: extra
4Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
5Build-Depends: @cdbs@
6Standards-Version: 3.7.2
7
8Package: sipb-xen-database-common
9Architecture: all
10Depends: ${misc:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2
11Description: Installs the SIPB Xen database schema files
12 This contains the python modules to access the SIPB Xen database
13
14 Package: sipb-xen-database-server
15Architecture: all
16Depends: ${misc:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common
17Description: Installs the SIPB Xen database server
18 This tracks all the user VMs and is accessed from the VM host
19
20Package: sipb-xen-database-client
21Architecture: all
22Depends: ${misc:Depends}, python-sqlalchemy, python-psycopg2, sipb-xen-database-common
23Description: Installs the SIPB Xen database configuration file
24 This is a python xen configuration script that talks to the database
25 to dynamically load xen domU configuration information
Note: See TracBrowser for help on using the repository browser.