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.
This commit is contained in:
Daijiro Fukuda 2025-10-07 15:40:48 +09:00 committed by GitHub
parent 514e3d6d62
commit 46b0b6158c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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