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:
parent
f81a262231
commit
b075937f1a
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue