File: rules

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

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

get-orig-source:
	uscan --rename --verbose --force