From f1d7590a5f7ceaf21cb59ca3fcf64e0012af5809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 13 Feb 2025 05:33:58 +0100 Subject: [PATCH] Manually removing some files that pybuild doesn't clean up during build (Closes: #1048455). Signed-off-by: Daniel Baumann --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index f9f3792..74b845d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,10 @@ export PYBUILD_NAME=identify %: dh ${@} --buildsystem=pybuild +execute_after_dh_auto_clean: + # help pybuild + rm -rf *.egg-info + execute_after_dh_auto_install: # manpage mkdir -p debian/python3-identify/usr/share/man/man1