#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_configure:
	NOCONFIGURE=1 ./autogen.sh
	dh_auto_configure -- --with-openssl --with-gnutls --without-cuse

override_dh_usrlocal:

override_dh_auto_test:
	SWTPM_TEST_SECCOMP_OPT="--seccomp action=none" make -j4 check VERBOSE=1
