update debian/control (python3 package)

This commit is contained in:
Christophe Boulanger 2020-07-15 10:34:47 +02:00
parent 1f5b8e5882
commit e7ce69a2c0
1 changed files with 8 additions and 1 deletions

9
debian/control vendored
View File

@ -2,11 +2,18 @@ Source: passerelle-imio-ia-delib
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 9), python-django
Build-Depends: python-setuptools, python-all, debhelper (>= 10), python-django, dh-python, python3-setuptools, python3-all, python3-django
Standards-Version: 3.9.1
Package: python-passerelle-imio-ia-delib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle connector to ia.Delib
.
Package: python3-passerelle-imio-ia-delib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Conflicts: python-passerelle-imio-ia-delib
Description: Passerelle connector to ia.Delib (Python 3)
.