File: rules

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

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