libnest2d: Formatting rules

This commit is contained in:
Thomas Karl Pietrowski 2021-01-10 15:01:36 +01:00
parent a56826f92c
commit 57b74ef1e1
1 changed files with 4 additions and 5 deletions

View File

@ -7,12 +7,11 @@ export DH_VERBOSE = 1
%:
dh $@ --buildsystem=cmake
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DLIBNEST2D_HEADER_ONLY:BOOL=OFF
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DLIBNEST2D_HEADER_ONLY:BOOL=OFF
override_dh_missing:
dh_missing --fail-missing