#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_python3:
	dh_python3 /usr/lib/$(DEB_TARGET_MULTIARCH)/pitivi/python/pitivi
