#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh "$@"

# HACK: some tests time out; https://github.com/sgallagher/sscg/pull/48
override_dh_auto_test::
	cd obj-* && LC_ALL=C.UTF-8 MESON_TESTTHREADS=$$(nproc) meson test --timeout-multiplier=4
