File: rules

package info (click to toggle)
php-mail 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 228 kB
  • sloc: php: 1,110; xml: 164; sh: 9; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 274 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

pear_pkg = $(shell ls | grep Mail)

override_dh_link:
	dh_link -O--buildsystem=phppear
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	chmod +x ./debian/tests_run
	./debian/tests_run $(pear_pkg)
endif