Manually removing some files that pybuild doesn't clean up during build (Closes: #1047595).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
94c0500b14
commit
172e1945b2
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -5,6 +5,10 @@ export PYBUILD_NAME=pgcli
|
||||||
%:
|
%:
|
||||||
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:
|
||||||
mkdir -p debian/pgcli/usr/share/bash-completion/completions
|
mkdir -p debian/pgcli/usr/share/bash-completion/completions
|
||||||
cp pgcli-completion.bash debian/pgcli/usr/share/bash-completion/completions/pgcli
|
cp pgcli-completion.bash debian/pgcli/usr/share/bash-completion/completions/pgcli
|
||||||
|
|
Loading…
Add table
Reference in a new issue