From 33d6b0acea7f62ff64e5eb64d4897ae330b7501e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Feb 2025 19:15:47 +0100 Subject: [PATCH] Reordering dh call in rules for consistency. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1a7e710..6e59f47 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and not test_manpath and not test_keras' %: - dh $@ --with python3 --buildsystem=pybuild + dh ${@} --buildsystem=pybuild --with python3 override_dh_compress: dh_compress -X.py