debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:13:47 +01:00
parent 42fb61d83e
commit 0b9c6543f5
2 changed files with 2 additions and 9 deletions

9
debian/control vendored
View File

@ -2,16 +2,9 @@ Source: passerelle-montpellier-sig
Maintainer: Serghei Mihai <smihai@entrouvert.com>
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

2
debian/rules vendored
View File

@ -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