1 Source: invirt-database
4 Maintainer: Invirt project <invirt@mit.edu>
5 Build-Depends: debhelper (>= 11), python3, python3-setuptools, dh-python,
6 postgresql #, config-package-dev
7 Standards-Version: 4.1.4
8 X-Python3-Version: >= 3.6
10 Package: invirt-database
12 Depends: ${python3:Depends}, ${misc:Depends}, python3-sqlalchemy,
14 Description: Installs the Invirt database schema files
15 This contains the Python modules to access the Invirt database
17 Package: invirt-database-server
19 Depends: ${python3:Depends}, ${misc:Depends}, postgresql, python3-sqlalchemy,
20 python3-psycopg2, adduser, invirt-base, invirt-database
21 Description: Installs the Invirt database server
22 This tracks all the user VMs and is accessed from the VM host