#!/usr/bin/make -f

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