From 583feac5023c891b379254362b1accb2c17c39ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Aug 2021 11:05:08 +0200 Subject: [PATCH] debian: stop building a python2 package --- debian/control | 6 ------ debian/rules | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 1c42527..d15aa8c 100644 --- a/debian/control +++ b/debian/control @@ -5,12 +5,6 @@ Priority: optional Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 10), dh-python, python-django, python3-django Standards-Version: 3.9.1 -Package: python-authentic2-auth-fedict -Architecture: all -Depends: ${misc:Depends}, - python-authentic2 (>= 2.1.20.1054) -Description: Fedict authentication frontend for Authentic2 - Package: python3-authentic2-auth-fedict Architecture: all Depends: ${misc:Depends}, diff --git a/debian/rules b/debian/rules index a102780..0d52eed 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_NAME=authentic2-auth-fedict export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild