diff --git a/debian/control b/debian/control index 6126183..bb6dc33 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,9 @@ Source: passerelle-imio-liege-lisrue Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 9), dh-python, python-django, python3-django +Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python, python3-django Standards-Version: 3.9.1 -Package: python-passerelle-imio-liege-lisrue -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Passerelle connector to Liege Lisrue service - Package: python3-passerelle-imio-liege-lisrue Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff --git a/debian/rules b/debian/rules index 9e05ac0..14e79a0 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,6 @@ export PYBUILD_NAME=passerelle-imio-liege-lisrue %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: