diff --git a/debian/control b/debian/control index b4e9a76..6ebd7bd 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,18 @@ Source: passerelle-imio-ia-delib Maintainer: Frederic Peters 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) + .