File: rules

package info (click to toggle)
php-zeta-base 1.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,092 kB
  • sloc: php: 2,713; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@ --with phpcomposer

execute_after_dh_auto_build:
	phpab --output src/autoload.php src
	mkdir --parent vendor ezc
	ln -s ../src ezc/Base
	cp debian/autoload.php vendor

override_dh_auto_test:
	phpunit