#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifneq "$(wildcard /usr/bin/ninja)" "" MAKE = ninja -v DEB_MAKE_ENVVARS += DESTDIR=$(DEB_DESTDIR) DEB_MAKE_INSTALL_TARGET = install DEB_CMAKE_NORMAL_ARGS += -GNinja endif %: dh $@ override_dh_auto_configure: dh_auto_configure $@ -- $(DEB_CMAKE_NORMAL_ARGS) -DUNCRUSTIFY_SEPARATE_TESTS=ON override_dh_clean: dh_clean rm -rf tests/results