2025-02-05 19:14:11 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and not test_manpath and not test_keras'
|
|
|
|
|
|
|
|
%:
|
2025-02-05 19:15:47 +01:00
|
|
|
dh ${@} --buildsystem=pybuild --with python3
|
2025-02-05 19:14:11 +01:00
|
|
|
|
2025-04-16 16:40:09 +02:00
|
|
|
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
|
|
|
|
|
2025-02-05 19:14:11 +01:00
|
|
|
override_dh_compress:
|
|
|
|
dh_compress -X.py
|