#!/usr/bin/make -f

export PYBUILD_NAME=vidcutter
export DEB_BUILD_OPTIONS=nocheck

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