#!/usr/bin/make -f

export PYBUILD_NAME=torchcodec
export I_CONFIRM_THIS_IS_NOT_A_LICENSE_VIOLATION=1
export PYBUILD_SYSTEM=distutils

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	dh_auto_test || true
