Imported Debian patch 1:1.3.0-3

This commit is contained in:
Prach Pongpanich
2014-02-03 23:37:45 +07:00
committed by Mario Fetka
parent 91526147d9
commit 76f84094d6
8 changed files with 185 additions and 0 deletions

11
debian/rules vendored Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem=phppear --with phppear
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e ;\
PKGDIR=$(shell ls | grep HTML) ;\
phpunit -d include_path="/usr/share/php:$${PKGDIR}" */tests
endif