summaryrefslogtreecommitdiff
path: root/debian/rules
blob: b158cddda1bd7f39382a6ccabf1f37bb499dd833 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@ --with phpcomposer

execute_after_dh_auto_build:
	phpab --output lib/autoload.php \
	  lib

override_dh_auto_test:
	dh_auto_test -- --with phpcomposer
	sh debian/tests/test.sh -l