#! /usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME=mpl_animators

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	rm -rf debian/*/usr/lib/python3*/dist-packages/docs \
	    debian/*/usr/lib/python3*/dist-packages/examples \
	    debian/*/usr/lib/python3*/dist-packages/licenses
