File: rules

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

execute_after_dh_auto_build:
	phpab	--output src/Monolog/autoload.php \
		--template debian/autoload.php.tpl \
		src/Monolog
	mkdir -p vendor
	phpab	--output vendor/autoload.php \
		--template debian/autoload.tests.php.tpl \
		tests/Monolog

override_dh_auto_test:
	phpunit --include-path src