diff --git a/debian/rules b/debian/rules index 641186e..4c3e028 100755 --- a/debian/rules +++ b/debian/rules @@ -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