From b77908cd6dbce678fe2b3dc85ebcaefffb4775f0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Feb 2025 00:57:51 +0100 Subject: [PATCH] Manually removing some files that pybuild doesn't clean up during build (Closes: #1043975). Signed-off-by: Daniel Baumann --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index e2578f6..5ba2398 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,9 @@ export PYBUILD_NAME=cli-helpers %: dh ${@} --buildsystem=pybuild +execute_after_dh_auto_clean: + # help pybuild + rm -rf *.egg-info + override_dh_auto_test: # disabled, doesn't work yet