#!/usr/bin/make -f

export PYBUILD_AFTER_TEST=rm -f {build_dir}/androguard.db
%:
	dh $@ --buildsystem=pybuild
