From 7708a1e7658135eb45732062c623f7812c648f2a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Feb 2025 21:25:27 +0100 Subject: [PATCH] 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 0b32598..e4192bf 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, python3-all, python3-setuptools, Rules-Requires-Root: no diff --git a/debian/rules b/debian/rules index 9d2590c..cfe26c0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh ${@} --buildsystem=pybuild --with python3 + dh ${@} --buildsystem=pybuild