1
0
Fork 0
gita/debian/rules
2025-02-11 18:44:39 +01:00

12 lines
282 B
Makefile
Executable file

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