1
0
Fork 0

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

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 18:31:11 +01:00
parent f2e5d54b5a
commit 3e1558c729
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -4,3 +4,7 @@ export PYBUILD_NAME=ptpython
%:
dh ${@} --buildsystem=pybuild
execute_after_dh_auto_clean:
# help pybuild
rm -rf *.egg-info