From e7ce69a2c028706a05815cf9e0227e4830aa9aba Mon Sep 17 00:00:00 2001 From: Christophe Boulanger Date: Wed, 15 Jul 2020 10:34:47 +0200 Subject: [PATCH] update debian/control (python3 package) --- debian/control | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) + .