#!/usr/bin/make -f %: dh $@ override_dh_auto_build: phpab \ --output src/Faker/autoload.php \ --template debian/autoload.php.tpl \ src mkdir --parents vendor phpab \ --output vendor/autoload.php \ --template debian/autoload.tests.php.tpl \ test override_dh_auto_test: phpunit --include-path src