From efd24eb99a557dae589f5a476799681c18cb0ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 15 May 2020 12:46:56 +0200 Subject: [PATCH] debian: stop building python2 package --- debian/compat | 2 +- debian/control | 10 +--------- debian/rules | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index c02a6d9..4e4cd2c 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,9 @@ Source: combo-plugin-gnm Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python-django, python-dateutil, python3-all, python3-setuptools, python3-dateutil +Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools, python3-django, python3-dateutil Standards-Version: 3.9.1 -Package: python-combo-plugin-gnm -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-combo, python3-combo-plugin-gnm -Description: Combo GNM Plugin - Extension module for the Combo content management system, - with various developments that are at the moment at least - specific to the GNM project. - Package: python3-combo-plugin-gnm Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python3-combo diff --git a/debian/rules b/debian/rules index a15fec0..16dfb02 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,6 @@ export PYBUILD_NAME=combo-plugin-gnm %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: