From 44b1df31978fbb0dea0c180901c944f7306d2817 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Feb 2025 21:44:31 +0100 Subject: [PATCH] Manually removing some files that pybuild doesn't clean up during build (Closes: #1046436). Signed-off-by: Daniel Baumann --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index cfe26c0..4e42262 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,7 @@ %: dh ${@} --buildsystem=pybuild + +execute_after_dh_auto_clean: + # help pybuild + rm -rf *.egg-info