debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:27:40 +01:00
parent ef4901a994
commit 9807999191
2 changed files with 2 additions and 9 deletions

9
debian/control vendored
View File

@ -2,16 +2,9 @@ Source: python-authentic2-gnm
Maintainer: Frédéric Péters <fpeters@entrouvert.com>
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

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
export PYBUILD_NAME=authentic2-gnm
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test: