1
0
Fork 0
pgcli/debian/rules
Daniel Baumann 7ead1a2baf
Updating python debhelper sequence.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 19:58:08 +01:00

10 lines
257 B
Makefile
Executable file

#!/usr/bin/make -f
export PYBUILD_NAME=pgcli
%:
dh ${@} --buildsystem=pybuild
execute_after_dh_auto_install:
mkdir -p debian/pgcli/usr/share/bash-completion/completions
cp pgcli-completion.bash debian/pgcli/usr/share/bash-completion/completions/pgcli