From 96924d8d11ffee14fae4809a3929383902918bc7 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:48:04 +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 03d1f55..aaee9f2 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,9 @@ Source: passerelle-imio-liege-rn Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 9), dh-python, python-django, python3-django +Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python, python3-django Standards-Version: 3.9.1 -Package: python-passerelle-imio-liege-rn -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Passerelle connector to Liege national register webservices - . - Package: python3-passerelle-imio-liege-rn Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff --git a/debian/rules b/debian/rules index 044b8e6..7451bb2 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,6 @@ export PYBUILD_NAME=passerelle-imio-liege-rn %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: