From 45ded12c472acd0e5b8d9c91c0b66f4eb7fba100 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 6 Mar 2021 07:48:15 +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 ba0ed53..87fa793 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Lennart Weller , Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3, python3-setuptools, python3-sqlparse (>= 0.3), diff --git a/debian/rules b/debian/rules index 83f6b30..f837a53 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=pgcli %: - dh ${@} --buildsystem=pybuild --with python3 + dh ${@} --buildsystem=pybuild execute_after_dh_auto_install: mkdir -p debian/pgcli/usr/share/bash-completion/completions -- cgit v1.2.3