d/rules: override dh_auto_clean to cleanup tox and nose coverage files

Signed-off-by: Dan Streetman <ddstreet@canonical.com>
This commit is contained in:
Dan Streetman 2021-01-25 09:05:22 -05:00
parent 42c659555c
commit d464c1ffe8

5
debian/rules vendored
View File

@ -1,4 +1,9 @@
#!/usr/bin/make -f
override_dh_auto_clean:
dh_auto_clean
rm -f .coverage
rm -rf .tox
%:
dh $@ --with python3 --buildsystem=pybuild