From 8aa7c9eb9f209a5ba92bc95c24a945835684f83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Dec 2021 11:45:26 +0100 Subject: [PATCH] debian: stop building python2 package --- debian/control | 8 +------- debian/rules | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 6ebd7bd..f27766c 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,9 @@ Source: passerelle-imio-ia-delib Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools, python-all, debhelper (>= 10), python-django, dh-python, python3-setuptools, python3-all, python3-django +Build-Depends: debhelper (>= 10), dh-python, python3-setuptools, python3-all, python3-django Standards-Version: 3.9.1 -Package: python-passerelle-imio-ia-delib -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Passerelle connector to ia.Delib - . - Package: python3-passerelle-imio-ia-delib Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff --git a/debian/rules b/debian/rules index 6df0b59..b194d02 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=passerelle-imio-ia-delib %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: