From 46b0b6158ca7174b5ecbdb71595898cca0674f47 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Tue, 7 Oct 2025 15:40:48 +0900 Subject: [PATCH] debian: clarify buildsystem (#42) Just refactoring. This does not change the behavior. This is the common style, and it makes it more explicit which build system is in use. --- packages/debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/debian/rules b/packages/debian/rules index 099d1b2..d5c92b5 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -17,11 +17,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ --buildsystem=cmake+ninja override_dh_auto_configure: dh_auto_configure \ - --buildsystem=cmake+ninja \ -- \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_BUILD_TYPE=RelWithDebInfo