From: Ben Steffen Date: Mon, 9 Dec 2019 02:02:47 +0000 (-0500) Subject: Update control and compat files X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/1f1a895301c6194e90710cfc07ea9a6614572ef7 Update control and compat files --- diff --git a/debian/compat b/debian/compat index b8626c4..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +11 diff --git a/debian/control b/debian/control index 85ce899..7afe905 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,22 @@ Source: invirt-database Section: net -Priority: extra +Priority: optional Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.90), debhelper (>= 4.2.0), - config-package-dev, postgresql-8.4, python-all-dev (>=2.6.6-3), - python-setuptools, python-debian, - python-apt -Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 11), python3, python3-setuptools, dh-python, + postgresql #, config-package-dev +Standards-Version: 4.1.4 +X-Python3-Version: >= 3.6 Package: invirt-database Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-sqlalchemy, - python-psycopg2 -Provides: ${python:Provides} +Depends: ${python3:Depends}, ${misc:Depends}, python3-sqlalchemy, + python3-psycopg2 Description: Installs the Invirt database schema files - This contains the Python modules to access the Invirt database + This contains the Python modules to access the Invirt database Package: invirt-database-server Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.4, - python-sqlalchemy, python-psycopg2, invirt-database, adduser, - invirt-base -Provides: ${diverted-files} -Conflicts: ${diverted-files} +Depends: ${python3:Depends}, ${misc:Depends}, postgresql, python3-sqlalchemy, + python3-psycopg2, adduser, invirt-base, invirt-database Description: Installs the Invirt database server - This tracks all the user VMs and is accessed from the VM host + This tracks all the user VMs and is accessed from the VM host