#!/usr/bin/make -f export DH_VERBOSE = 1 %: dh $@ override_dh_auto_build: phpabtpl composer.json > debian/autoload.php.tpl phpab \ --output src/autoload.php \ --template debian/autoload.php.tpl \ src override_dh_auto_test: mkdir --parents vendor MatthiasMullie ln -s pkg-php-autoload/php-matthiasmullie-path-converter debian/pkg-php-tools-autoloaders ln -s ../src MatthiasMullie/PathConverter phpabtpl \ --require-file ../src/autoload.php \ > debian/autoload.tests.php.tpl phpab \ --output vendor/autoload.php \ --template debian/autoload.tests.php.tpl \ tests phpunit \ --no-coverage \ --do-not-cache-result \ --display-deprecations \ --display-phpunit-deprecations