#!/usr/bin/make -f

# work around #808552, which still affects Debian 8
export DZIL_GLOBAL_CONFIG_ROOT=/sbuild-nonexistent

%:
	dh $@ --with dist-zilla

override_dh_dzil_build:
	mv bin/create_pan_genome_plots.R bin/create_pan_genome_plots
	dh_dzil_build --

override_dh_auto_test:
	# pass
