File: rules

package info (click to toggle)
php-net-smtp 1.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: php: 858; sh: 92; xml: 74; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=phppear --with phppear

override_dh_auto_test:
	cd Net_SMTP-* && pear run-tests tests

execute_after_dh_fixperms:
	chmod -x debian/php-net-smtp/usr/share/doc/php-net-smtp/examples/*.php