#!/usr/bin/make -f export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --buildsystem=cmake # blhc should ignore CMake ABI tests. execute_before_dh_auto_build: @echo 'blhc: ignore-line-regexp: /usr/bin/c\+\+ .*/Modules/CMakeCXXCompilerABI\.cpp .*' override_dh_auto_configure: dh_auto_configure -- -DBUILD_MAN=ON -DDOCBOOK2MAN_XSLT=docbook_man.debian.xsl -DINSTALL_UDEV_RULES=OFF