Aaron Rainbolt a4175b3aba Revert the sync.
This reverts commit 9f7d6c76bd05effe58ac8126110fd86c56001041.
2023-02-09 14:05:54 -06:00

16 lines
283 B
Makefile
Executable File

#!/usr/bin/make -f
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=RelWithDebInfo