File: rules

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

override_dh_auto_build:
	phpab \
		--output autoload.php \
		--blacklist '*test*' \
		--exclude '*/.pc/*' \
		.