From b806fe700ca52023d7e80409caaf56fa21f205be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 3 Dec 2021 15:58:01 +0100 Subject: [PATCH] debian: stop building python2 package --- debian/control | 11 ----------- debian/rules | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 89c5e86..3c7b13b 100644 --- a/debian/control +++ b/debian/control @@ -4,23 +4,12 @@ Priority: extra Maintainer: Frederic Peters Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-django, - python-setuptools, python3-all, python3-django, python3-setuptools Standards-Version: 3.9.5 -X-Python-Version: >= 2.5 Homepage: https://pypi.python.org/pypi/django-ckeditor/ -Package: python-django-ckeditor -Architecture: all -Depends: python-django, ${python:Depends}, ${misc:Depends} -Description: Django admin CKEditor integration (Python 2) - Provides a ``RichTextField`` and ``CKEditorWidget`` utilizing CKEditor with - image upload and browsing support included. - Package: python3-django-ckeditor Architecture: all Depends: python3-django, ${python3:Depends}, ${misc:Depends} diff --git a/debian/rules b/debian/rules index a5f83c8..76906d6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,6 @@ export PYBUILD_NAME=django-ckeditor %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: