#!/usr/bin/make -f %: dh $@ --with phpcomposer override_dh_auto_build: phpab \ --output src/Doctrine/Instantiator/autoload.php \ src/Doctrine/Instantiator mkdir --parents vendor phpab \ --output vendor/autoload.php \ --template debian/autoload.php.tpl \ tests # Make sure the local class takes precedence: the --include-path # phpunit option does not seem enough anymore ln -s src/Doctrine . override_dh_auto_test: phpunit override_dh_installchangelogs: dh_installchangelogs debian/upstream/changelog