File: rules

package info (click to toggle)
php-html-template-it 1%3A1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 297
  • sloc: php: 1,132; xml: 335; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	set -e ;\
		PKGDIR=$(shell ls | grep HTML) ;\
		phpunit -d include_path="/usr/share/php:$${PKGDIR}" */tests
endif