Installing tqdm bash-completion.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
632e9504ae
commit
db8a1a775e
1 changed files with 5 additions and 0 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -5,5 +5,10 @@ export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and n
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem=pybuild --with python3
|
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:
|
override_dh_compress:
|
||||||
dh_compress -X.py
|
dh_compress -X.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue