1
0
Fork 0

Updating path of bash-completion file in source tree for new gita upstream version.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-11 18:52:14 +01:00
parent 998d6ae84c
commit 22a4ab36a1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

2
debian/rules vendored
View file

@ -10,7 +10,7 @@ execute_after_dh_auto_clean:
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
cp auto-completion/bash/.gita-completion.bash debian/gita/usr/share/bash-completion/completions/gita
override_dh_auto_test:
# disabled