From b471792cf0e1dfd490e2e5d8e9c75fc501546807 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Aug 2023 11:46:55 +0200 Subject: 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(+) (limited to 'debian/rules') 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 -- cgit v1.2.3