#!/usr/bin/make -f

export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk

export DEB_BUILD_MAINT_OPTIONS=hardening=+all


%:
	dh $@

execute_before_dh_auto_test:
	# Tests do not apply standard Debian configure flags and that's okay.
	@echo 'blhc: ignore-line-regexp: \[.*\] Compiling C object check_.*\.p/tests_check_.*\.c\.o'
