Update control and compat files
authorBen Steffen <bds@mit.edu>
Mon, 9 Dec 2019 02:02:47 +0000 (21:02 -0500)
committerBen Steffen <bds@mit.edu>
Mon, 9 Dec 2019 02:02:47 +0000 (21:02 -0500)
debian/compat
debian/control

index b8626c4..b4de394 100644 (file)
@@ -1 +1 @@
-4
+11
index 85ce899..7afe905 100644 (file)
@@ -1,27 +1,22 @@
 Source: invirt-database
 Section: net
-Priority: extra
+Priority: optional
 Maintainer: Invirt project <invirt@mit.edu>
-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