debian: stop building python2 package (#56170)

This commit is contained in:
Frédéric Péters 2021-08-15 15:26:07 +02:00
parent d380d5537a
commit 6bf6be86e0
2 changed files with 13 additions and 11 deletions

20
debian/control vendored
View File

@ -2,16 +2,20 @@ Source: gadjo
Maintainer: Frederic Peters <fpeters@entrouvert.com>
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)

4
debian/rules vendored
View File

@ -3,6 +3,4 @@
export PYBUILD_NAME=gadjo
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild