diff --git a/debian/control b/debian/control index 7b0429a..d348d97 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,9 @@ Source: python-authentic2-gnm Maintainer: Frédéric Péters Section: python Priority: optional -Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 9), dh-python +Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python Standards-Version: 3.9.1 -Package: python-authentic2-gnm -Architecture: all -Depends: ${misc:Depends}, python-authentic2 -Description: GNM plugin for Authentic - Extension module for authentic with various developments that are - at the moment at least specific to the GNM project. - Package: python3-authentic2-gnm Architecture: all Depends: ${misc:Depends}, python3-authentic2 diff --git a/debian/rules b/debian/rules index dadf3e7..944dbc8 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=authentic2-gnm %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: