blob: 170c2505dec2e5fba807e448d0ad59c66852d4db [file] [log] [blame]
#!/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