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