#!/usr/bin/make -f

export PYBUILD_NAME = pyraf
export USER=debuild

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

override_dh_auto_install:
	dh_auto_install
	find debian -type d -name clcache.sqlite3 -print0 | xargs -0r rm -rfv
