File: rules

package info (click to toggle)
php-net-ldap2 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,128 kB
  • sloc: php: 3,178; xml: 871; sh: 71; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

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

SRCDIR = Net_LDAP2-$(DEB_VERSION_UPSTREAM)
execute_before_dh_auto_configure:
	mkdir $(SRCDIR)
	ln -st $(SRCDIR) ../doc ../Net ../tests

override_dh_auto_test:
	phpunit --include-path $(SRCDIR) ./$(SRCDIR)/tests