File: rules

package info (click to toggle)
php-console-commandline 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 548 kB
  • ctags: 382
  • sloc: php: 1,398; xml: 796; makefile: 8
file content (10 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --buildsystem=phppear --with phppear 

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