From 6f5bf4ac487e8f26bb750b8a366b5c388ef0c379 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:12:19 +0100 Subject: [PATCH] debian: stop building python2 package --- debian/control | 7 +------ debian/rules | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 5a4b433..a6fa500 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,9 @@ Source: passerelle-montpellier-encombrants Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all +Build-Depends: debhelper (>= 10), python3-setuptools, python3-all Standards-Version: 3.9.1 -Package: python-passerelle-montpellier-encombrants -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Passerelle extension to manage encombrants - Package: python3-passerelle-montpellier-encombrants Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff --git a/debian/rules b/debian/rules index 5882270..5843014 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_NAME=passerelle-montpellier-encombrants export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild