From c80bf191dfa1a6a98b1817762bd4cc3a736ef19a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Aug 2023 11:18:13 +0200 Subject: Manually removing some files that pybuild doesn't clean up during build (Closes: #1044761). Signed-off-by: Daniel Baumann --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 753638f..0d8f6ca 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,10 @@ %: dh ${@} --buildsystem=pybuild +execute_after_dh_auto_clean: + # help pybuild + rm -rf *.egg-info + execute_after_dh_auto_install: # bash-completion mkdir -p debian/gita/usr/share/bash-completion/completions -- cgit v1.2.3