File: rules

package info (click to toggle)
php-console-table 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 160 kB
  • ctags: 127
  • sloc: php: 494; xml: 399; makefile: 10; sh: 5
file content (13 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@ --buildsystem=phppear --with phppear

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

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