From 2149b690343d78988494e3fab552e13389779590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 2 Oct 2021 11:51:09 +0200 Subject: [PATCH] debian: remove python 2 packaging --- debian/control | 19 +------------------ debian/rules | 2 +- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/debian/control b/debian/control index 6becab8..61d0603 100644 --- a/debian/control +++ b/debian/control @@ -2,27 +2,10 @@ Source: xstatic-leaflet Maintainer: Benjamin Dauvergne Section: python Priority: optional -Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-setuptools, python3-all, debhelper (>= 9) +Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9) Standards-Version: 3.9.6 Homepage: http://leafletjs.com/ -Package: python-xstatic-leaflet -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Leaflet 1.0.2 (XStatic packaging standard) - XStatic-Leaflet - ----------------- - . - Leaflet javascript library packaged for setuptools (easy_install) / pip. - . - This package is intended to be used by **any** project that needs these files. - . - It intentionally does **not** provide any extra code except some metadata - **nor** has any extra requirements. You MAY use some minimal support code from - the XStatic base package, if you like. - . - You can find more info about the xstatic packaging way in the package `XStatic`. - Package: python3-xstatic-leaflet Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff --git a/debian/rules b/debian/rules index b33a62d..7f01e91 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export PYBUILD_NAME=xstatic-leaflet %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild