Manually removing some files that pybuild doesn't clean up during build (Closes: #1043975).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f1ca28eda2
commit
b77908cd6d
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -5,5 +5,9 @@ export PYBUILD_NAME=cli-helpers
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem=pybuild
|
dh ${@} --buildsystem=pybuild
|
||||||
|
|
||||||
|
execute_after_dh_auto_clean:
|
||||||
|
# help pybuild
|
||||||
|
rm -rf *.egg-info
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# disabled, doesn't work yet
|
# disabled, doesn't work yet
|
||||||
|
|
Loading…
Add table
Reference in a new issue