#!/usr/bin/make -f

%:
	dh --with python2 $@

override_dh_install:
	dh_install
	find debian/pytimechart/ -iname images_license.txt | xargs rm

get-orig-source:
	-uscan --force-download	--rename
