diff --git a/debian/control b/debian/control index 8b4b3f1..2077c65 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,9 @@ Source: passerelle-montpellier-sig Maintainer: Serghei Mihai Section: python Priority: optional -Build-Depends: dh-python, python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all +Build-Depends: dh-python, debhelper (>= 10), python3-setuptools, python3-all Standards-Version: 3.9.1 - -Package: python-passerelle-montpellier-sig -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-pyproj, python-requests -Description: Passerelle extension for Montpellier's GIS - - Package: python3-passerelle-montpellier-sig Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pyproj, python3-requests diff --git a/debian/rules b/debian/rules index fb5afe9..ef91ae1 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_NAME=passerelle-montpellier-sig export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild