From 7a59f7e94acba0c082df790da9528978f686b598 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 16 Apr 2025 16:43:58 +0200 Subject: [PATCH] Removing spurious copy of debian package files into python3-tqdm by dh_python3. Signed-off-by: Daniel Baumann --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index bdb5111..cc5d052 100755 --- a/debian/rules +++ b/debian/rules @@ -10,5 +10,9 @@ execute_after_dh_auto_install: mkdir -p debian/python3-tqdm/usr/share/bash-completion/completions cp tqdm/completion.sh debian/python3-tqdm/usr/share/bash-completion/completions/tqdm +execute_after_dh_python3: + # removing unused files + rm -rf debian/python3-tqdm/usr/lib/python3/dist-packages/debian + override_dh_compress: dh_compress -X.py