projects
/
invirt/packages/invirt-database.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eb81b2a
)
Update control and compat files
author
Ben Steffen
<bds@mit.edu>
Mon, 9 Dec 2019 02:02:47 +0000
(21:02 -0500)
committer
Ben Steffen
<bds@mit.edu>
Mon, 9 Dec 2019 02:02:47 +0000
(21:02 -0500)
debian/compat
patch
|
blob
|
history
debian/control
patch
|
blob
|
history
diff --git
a/debian/compat
b/debian/compat
index
b8626c4
..
b4de394
100644
(file)
--- a/
debian/compat
+++ b/
debian/compat
@@
-1
+1
@@
-4
+11
diff --git
a/debian/control
b/debian/control
index
85ce899
..
7afe905
100644
(file)
--- a/
debian/control
+++ b/
debian/control
@@
-1,27
+1,22
@@
Source: invirt-database
Section: net
Source: invirt-database
Section: net
-Priority: extra
+Priority: optional
Maintainer: Invirt project <invirt@mit.edu>
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
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
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
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
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