From 6bf6be86e0fb79eb83794cb5a7a2849a7c9a9dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 15 Aug 2021 15:26:07 +0200 Subject: [PATCH] debian: stop building python2 package (#56170) --- debian/control | 20 ++++++++++++-------- debian/rules | 4 +--- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index 5bd5d5b..8879d4b 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,20 @@ Source: gadjo Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools (>= 33), python-pkg-resources (>= 33), dh-python, dpkg-dev, python-all (>= 2.6.6-3), python2.7-dev, python-all-dev, python3-setuptools, python3-all, debhelper (>= 9), python-django, python3-django, inkscape, python-pil, python3-pil, libjpeg-dev, zlib1g-dev, sassc +Build-Depends: debhelper (>= 9), + dh-python, + dpkg-dev, + inkscape, + libjpeg-dev, + python3-all, + python3-django, + python3-pil, + python3-setuptools, + sassc, + zlib1g-dev Standards-Version: 3.9.1 -Package: python-gadjo -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-django, libjs-jquery -Description: Base templates for management interfaces - Package: python3-gadjo Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, python3-django, libjs-jquery +Depends: libjs-jquery, python3-django, ${misc:Depends}, ${python3:Depends} Description: Base templates for management interfaces (Python 3) - diff --git a/debian/rules b/debian/rules index 5e00127..1298d33 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,4 @@ export PYBUILD_NAME=gadjo %: - dh $@ --with python2,python3 --buildsystem=pybuild - - + dh $@ --with python3 --buildsystem=pybuild