#!/usr/bin/make -f # export DH_VERBOSE = 1 %: dh $@ override_dh_auto_build: phpab \ --output $(CURDIR)/src/Test/autoload.php \ --template $(CURDIR)/debian/autoload.php.tpl \ $(CURDIR)/src override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) phpunit --bootstrap=src/Test/autoload.php tests endif