#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME=caio
# test_file_selector requires write permissions to system folder
export PYBUILD_TEST_ARGS=--asyncio-mode=auto -k 'not test_file_selector'

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