File: rules

package info (click to toggle)
php-net-ldap2 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 628 kB
  • ctags: 1,329
  • sloc: php: 3,172; xml: 860; makefile: 10
file content (13 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download
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)))
	phpunit --include-path Net_LDAP2-*/ Net_LDAP2-*/tests
else
	@echo "** tests disabled"
endif

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