Manually removing some files that pybuild doesn't clean up during build (Closes: #1046786).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c3fea970b3
commit
411871fadc
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -5,6 +5,10 @@ export PYBUILD_NAME=mycli
|
|||
%:
|
||||
dh ${@} --buildsystem=pybuild
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
# help pybuild
|
||||
rm -rf *.egg-info
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing useless files
|
||||
rm -f debian/mycli/usr/lib/python3/dist-packages/mycli/AUTHORS
|
||||
|
|
Loading…
Add table
Reference in a new issue