#!/usr/bin/make -f

include /usr/share/libdbi-perl/perl-dbdabi.make

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"

override_dh_auto_test:
	RELEASE_TESTING=1 dh_auto_test
