source: trunk/packages/invirt-database/debian/control @ 2798

Last change on this file since 2798 was 2218, checked in by broder, 15 years ago

Merge invirt-database-server into invirt-database.

I...think this works, but I'm not making any promises.

File size: 989 bytes
Line 
1Source: invirt-database
2Section: net
3Priority: extra
4Maintainer: Invirt project <invirt@mit.edu>
5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0),
6 config-package-dev, postgresql-8.3, python-all-dev (>=2.3.5-11),
7 python-support (>= 0.5.3), python-setuptools, python-debian,
8 python-apt
9Standards-Version: 3.8.0
10
11Package: invirt-database
12Architecture: all
13Depends: ${misc:Depends}, ${python:Depends}, python-sqlalchemy,
14 python-psycopg2
15Provides: ${python:Provides}
16XB-Python-Version: ${python:Versions}
17Description: Installs the Invirt database schema files
18 This contains the Python modules to access the Invirt database
19
20Package: invirt-database-server
21Architecture: all
22Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.3,
23 python-sqlalchemy, python-psycopg2, invirt-database, adduser,
24 invirt-base
25Provides: ${diverted-files}
26Conflicts: ${diverted-files}
27Description: Installs the Invirt database server
28 This tracks all the user VMs and is accessed from the VM host
Note: See TracBrowser for help on using the repository browser.