#!/usr/bin/make -f

%:
	PREFIX=/usr DESTDIR=debian/tmp/tcvt dh $@ --with python3

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3
