#!/usr/bin/make -f

export PYBUILD_NAME=fido2
export PYBUILD_TEST_RUNNER=pytest
export PYBUILD_TEST_ARGS=--ignore=tests/device 

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs NEWS

execute_after_dh_fixperms:
	chmod a-x debian/python3-fido2/usr/share/doc/python3-fido2/examples/server/poetry.lock
