From 9850c8d7a0503c9024bc8fe676204f99ad0a9c70 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 6 Mar 2021 07:47:53 +0100 Subject: Updating python debhelper sequence. Signed-off-by: Daniel Baumann --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cf12514..93db52d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, git, help2man, pylint, diff --git a/debian/rules b/debian/rules index 50d8599..a6aa7b3 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export LC_ALL=C.UTF-8 export PYBUILD_TEST_ARGS=python{version} -m coverage run --omit='/usr/*,$(CURDIR)/gitlint/tests/*,$(CURDIR)/gitlint/qa/*' -m unittest discover -v -s $(CURDIR)/gitlint/tests %: - dh ${@} --buildsystem=pybuild --with python3 + dh ${@} --buildsystem=pybuild override_dh_auto_test: PYBUILD_SYSTEM=custom dh_auto_test -- cgit v1.2.3