1
0
Fork 0

Updating python debhelper sequence.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 19:58:08 +01:00
parent 39b7cc8559
commit 7ead1a2baf
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View file

@ -6,7 +6,7 @@ Uploaders:
Lennart Weller <lhw@ring0.de>, Lennart Weller <lhw@ring0.de>,
Build-Depends: Build-Depends:
debhelper-compat (= 13), debhelper-compat (= 13),
dh-python, dh-sequence-python3,
python3, python3,
python3-setuptools, python3-setuptools,
python3-sqlparse (>= 0.3), python3-sqlparse (>= 0.3),

2
debian/rules vendored
View file

@ -3,7 +3,7 @@
export PYBUILD_NAME=pgcli export PYBUILD_NAME=pgcli
%: %:
dh ${@} --buildsystem=pybuild --with python3 dh ${@} --buildsystem=pybuild
execute_after_dh_auto_install: execute_after_dh_auto_install:
mkdir -p debian/pgcli/usr/share/bash-completion/completions mkdir -p debian/pgcli/usr/share/bash-completion/completions