Manually removing some files that pybuild doesn't clean up during build (Closes: #1046436).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
289e6fe382
commit
44b1df3197
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -2,3 +2,7 @@
|
|||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
# help pybuild
|
||||
rm -rf *.egg-info
|
||||
|
|
Loading…
Add table
Reference in a new issue