From 2dcc8cbb02de875121fd5d2a139ed2b7d7509d4c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2024 09:44:48 +0100 Subject: 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 -- cgit v1.2.3