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:
parent
514e3d6d62
commit
46b0b6158c
@ -17,11 +17,10 @@
|
|||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@ --buildsystem=cmake+ninja
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure \
|
dh_auto_configure \
|
||||||
--buildsystem=cmake+ninja \
|
|
||||||
-- \
|
-- \
|
||||||
-DBUILD_SHARED_LIBS=ON \
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user