diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 09:46:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 09:46:55 +0000 |
commit | b471792cf0e1dfd490e2e5d8e9c75fc501546807 (patch) | |
tree | 995f1e50acb98d6ef9646cb4321f22fa17f31dfa | |
parent | Releasing debian version 2.5.26-1. (diff) | |
download | identify-b471792cf0e1dfd490e2e5d8e9c75fc501546807.tar.xz identify-b471792cf0e1dfd490e2e5d8e9c75fc501546807.zip |
Manually removing some files that pybuild doesn't clean up during build (Closes: #1048455).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |