From db8a1a775ebefed0cef6fb31252c035f7da4715a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 16 Apr 2025 16:40:09 +0200 Subject: [PATCH] Installing tqdm bash-completion. Signed-off-by: Daniel Baumann --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 6e59f47..bdb5111 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,10 @@ export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and n %: dh ${@} --buildsystem=pybuild --with python3 +execute_after_dh_auto_install: + # bash-completion + mkdir -p debian/python3-tqdm/usr/share/bash-completion/completions + cp tqdm/completion.sh debian/python3-tqdm/usr/share/bash-completion/completions/tqdm + override_dh_compress: dh_compress -X.py