1
0
Fork 0

Using dh_auto_clean override instread of dedicated debhelper file.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 13:18:02 +01:00
parent b2cf4f9235
commit 384d47e9bd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 4 additions and 2 deletions

2
debian/clean vendored
View file

@ -1,2 +0,0 @@
*.egg-info/*
.cache/

4
debian/rules vendored
View file

@ -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