File: rules

package info (click to toggle)
php-console-table 1.3.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 160 kB
  • sloc: php: 498; xml: 414; 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