From bb330b69c68a0b163e4fdc42db10e131ea36c427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 3 Apr 2022 11:12:29 +0200 Subject: [PATCH] debian: stop building python 2 package --- debian/control | 14 +------------- debian/rules | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/debian/control b/debian/control index a4945ba..b1328a0 100644 --- a/debian/control +++ b/debian/control @@ -2,22 +2,10 @@ Source: xstatic-jquery-ui Maintainer: Frederic Peters 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://jqueryui.com/ -Package: python-xstatic-jquery-ui -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: jquery-ui (XStatic packaging standard) - jquery-ui 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. - Package: python3-xstatic-jquery-ui Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff --git a/debian/rules b/debian/rules index b534b3d..12bb8df 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,5 @@ export PYBUILD_NAME=xstatic-jquery-ui %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild