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