debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:26:21 +01:00
parent d89c5ec85d
commit 1f1de589c8
2 changed files with 2 additions and 14 deletions

14
debian/control vendored
View File

@ -2,21 +2,9 @@ Source: python-authentic2-cut
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, python-setuptools, python-all, debhelper (>= 9.0.0),
python-django, python3-django, dh-python
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9.0.0), python3-django, dh-python
Standards-Version: 3.9.1
Package: python-authentic2-cut
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-authentic2,
python-magic,
python-pil,
python-sorl-thumbnail,
python-django-redis,
graphicsmagick-imagemagick-compat
Description: CUT plugin for Authentic2
Package: python3-authentic2-cut
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},

2
debian/rules vendored
View File

@ -4,4 +4,4 @@ export PYBUILD_DISABLE=test
export PYBUILD_NAME=authentic2-cut
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild