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