diff --git a/debian/control b/debian/control index 5a4b433..a6fa500 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,9 @@ Source: passerelle-montpellier-encombrants Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all +Build-Depends: debhelper (>= 10), python3-setuptools, python3-all Standards-Version: 3.9.1 -Package: python-passerelle-montpellier-encombrants -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Passerelle extension to manage encombrants - Package: python3-passerelle-montpellier-encombrants Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff --git a/debian/rules b/debian/rules index 5882270..5843014 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_NAME=passerelle-montpellier-encombrants export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild