1
0
Fork 0

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

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-11 18:51:35 +01:00
parent f81a262231
commit b075937f1a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -3,6 +3,10 @@
%: %:
dh ${@} --buildsystem=pybuild dh ${@} --buildsystem=pybuild
execute_after_dh_auto_clean:
# help pybuild
rm -rf *.egg-info
execute_after_dh_auto_install: execute_after_dh_auto_install:
# bash-completion # bash-completion
mkdir -p debian/gita/usr/share/bash-completion/completions mkdir -p debian/gita/usr/share/bash-completion/completions