From 22a4ab36a1f77f30195a430c29fb7ae389d91633 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Feb 2025 18:52:14 +0100 Subject: [PATCH] Updating path of bash-completion file in source tree for new gita upstream version. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0d8f6ca..e3f484f 100755 --- a/debian/rules +++ b/debian/rules @@ -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