#!/usr/bin/make -f
%:
	dh $@ --with python2 --buildsystem=python_distutils

override_dh_auto_clean:
	-dh_auto_clean

override_dh_auto_build:
	dh_auto_build

override_dh_fixperms:
	chmod 644 `find . | grep .png`
	dh_fixperms

get-orig-source:
	uscan --verbose --download-current-version
