aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-10-28 09:52:01 +0200
committerGuido Günther <agx@sigxcpu.org>2022-10-28 09:58:35 +0200
commit75a2d0b34a88c034924ae3c504ead3ce48b61c48 (patch)
treecd194dc50c8b0becb5a5f68dff191929c2b92e6b
parentb0f56a6a4eec71d50d2142cecdbf316641f44475 (diff)
d/rules: Use dh_execute_after
This ensures that DEB_BUILD_OPTIONS=nocheck gets honored automatically
-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