aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index f387774..ba473b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,10 +16,10 @@ override_dh_installman:
pod2man man/whatmaps.pod man/whatmaps.8
dh_installman man/whatmaps.8
-override_dh_auto_test:
+execute_after_dh_auto_test:
python3 setup.py nosetests
dh_auto_test
-override_dh_auto_clean:
+execute_after_dh_auto_clean:
rm -f man/whatmaps.8
dh_auto_clean