debian/rules: Remove python cache files on clean

Closes: #1047209
This commit is contained in:
Marco Trevisan (Treviño)
2023-08-23 01:47:13 +02:00
parent b885874329
commit af4d774a08
+4
View File
@@ -20,3 +20,7 @@ override_dh_auto_configure:
override_dh_auto_test:
dh_auto_test -- -C $(BUILDDIR) --timeout-multiplier 5
override_dh_auto_clean:
rm -rf tests/__pycache__
dh_auto_clean