#!/usr/bin/make -f
%:
	dh $@  --with phpcomposer

execute_after_dh_auto_build:
	phpab \
		--output autoload.php \
		--template debian/autoload.php.tpl \
		.
