diff --git a/debian/control b/debian/control index 22c7e5a..966be15 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,10 @@ Source: python-ldaptools Section: python Priority: optional Maintainer: Benjamin Dauvergne -Build-Depends: python3-setuptools, python3-all, python-setuptools, python-all, debhelper (>= 9), dh-python +Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python Standards-Version: 3.9.6 Homepage: http://dev.entrouvert.org/projects/ldaptools/ -Package: python-ldaptools -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-ldap, python-six -Description: helper library for python-ldap and openldap - Package: python3-ldaptools Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-ldap, python3-six diff --git a/debian/rules b/debian/rules index 5589a07..0fcd2aa 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export PYBUILD_DISABLE=test export PYBUILD_NAME=ldaptools %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_install: