#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	mkdir $(CURDIR)/test
	echo '%Drivers = ();' > test/Config.pl
	dh_auto_configure
