1
0
Fork 0
pgcli/debian/rules
Daniel Baumann 9c45e98dde
Adding debian version 3.1.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 19:48:37 +01:00

10 lines
272 B
Makefile
Executable file

#!/usr/bin/make -f
export PYBUILD_NAME=pgcli
%:
dh ${@} --buildsystem=pybuild --with python3
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