debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2020-05-15 12:46:56 +02:00
parent a8725ab961
commit efd24eb99a
3 changed files with 3 additions and 11 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

10
debian/control vendored
View File

@ -2,17 +2,9 @@ Source: combo-plugin-gnm
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python-django, python-dateutil, python3-all, python3-setuptools, python3-dateutil
Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools, python3-django, python3-dateutil
Standards-Version: 3.9.1
Package: python-combo-plugin-gnm
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-combo, python3-combo-plugin-gnm
Description: Combo GNM Plugin
Extension module for the Combo content management system,
with various developments that are at the moment at least
specific to the GNM project.
Package: python3-combo-plugin-gnm
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python3-combo

2
debian/rules vendored
View File

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