Using dh_auto_clean override instread of dedicated debhelper file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b2cf4f9235
commit
384d47e9bd
2 changed files with 4 additions and 2 deletions
2
debian/clean
vendored
2
debian/clean
vendored
|
@ -1,2 +0,0 @@
|
|||
*.egg-info/*
|
||||
.cache/
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -8,6 +8,10 @@ export PYBUILD_AFTER_TEST=rm {build_dir}/example*.py
|
|||
%:
|
||||
dh ${@} --buildsystem pybuild --with python3,sphinxdoc
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
# help pybuild
|
||||
rm -rf *.egg-info
|
||||
|
||||
override_dh_auto_test:
|
||||
-dh_auto_test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue