debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:20:52 +01:00
parent 29de4e1dc1
commit da43873ea8
2 changed files with 2 additions and 9 deletions

9
debian/control vendored
View File

@ -2,16 +2,9 @@ Source: combo-plugin-nanterre
Maintainer: Thomas NOEL <tnoel@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python-django, python3-all, python3-setuptools
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
Standards-Version: 3.9.1
Package: python-combo-plugin-nanterre
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-combo, python3-combo-plugin-nanterre
Description: Nanterre plugin
Extension module for the combo content management system,
adding SAGA payment system.
Package: python3-combo-plugin-nanterre
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python3-combo

2
debian/rules vendored
View File

@ -7,6 +7,6 @@
export PYBUILD_NAME=combo-plugin-nanterre
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test: