From 1f1de589c8c5eb5d2e545a618d4072897af6af06 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:26:21 +0100 Subject: [PATCH] debian: stop building python2 package --- debian/control | 14 +------------- debian/rules | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/debian/control b/debian/control index 005639c..8136f3b 100644 --- a/debian/control +++ b/debian/control @@ -2,21 +2,9 @@ Source: python-authentic2-cut Maintainer: Benjamin Dauvergne 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}, diff --git a/debian/rules b/debian/rules index 0338b1d..5848497 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_DISABLE=test export PYBUILD_NAME=authentic2-cut %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild