From 04ce4e72bc5220db16f11f5038c2dad650e104e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 Feb 2025 12:54:11 +0100 Subject: [PATCH] Adjust rules for consistent coding standard. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 93cabb3..2a22950 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=meson+ninja --with python3 + dh ${@} --buildsystem=meson+ninja --with python3 override_dh_auto_configure: dh_auto_configure -- -Dman=true