#!/usr/bin/make -f
%:
	pyuic4 source/dcpman.ui > source/ui.py
	dh $@ --with python3
