File: rules

package info (click to toggle)
php-mail 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 299
  • sloc: php: 1,101; xml: 174; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	cd Mail-* && pear run-tests -r tests
else
	@echo "** tests disabled"
endif