#!/usr/bin/make -f %: dh $@ execute_after_dh_auto_build: phpabtpl composer.json > debian/autoload.php.tpl phpab --output src/Prophecy/autoload.php \ --template debian/autoload.php.tpl \ src mkdir --parents vendor phpabtpl \ --require phpspec/prophecy \ > debian/autoload.tests.php.tpl phpab --output vendor/autoload.php \ --template debian/autoload.tests.php.tpl \ fixtures ln -s src/Prophecy . override_dh_auto_test: phpunit