1
0
Fork 0

Manually removing some files that pybuild doesn't clean up during build (Closes: #1048455).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:33:58 +01:00
parent fb34c474db
commit f1d7590a5f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -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