From 0b9c6543f54e5bbd3540cfed7f7d30740c46a2c7 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:13:47 +0100 Subject: [PATCH] debian: stop building python2 package --- debian/control | 9 +-------- debian/rules | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 8b4b3f1..2077c65 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,9 @@ Source: passerelle-montpellier-sig Maintainer: Serghei Mihai Section: python Priority: optional -Build-Depends: dh-python, python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all +Build-Depends: dh-python, debhelper (>= 10), python3-setuptools, python3-all Standards-Version: 3.9.1 - -Package: python-passerelle-montpellier-sig -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-pyproj, python-requests -Description: Passerelle extension for Montpellier's GIS - - Package: python3-passerelle-montpellier-sig Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pyproj, python3-requests diff --git a/debian/rules b/debian/rules index fb5afe9..ef91ae1 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_NAME=passerelle-montpellier-sig export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild