Imported Debian patch 1:1.3.0-3
This commit is contained in:
committed by
Mario Fetka
parent
91526147d9
commit
76f84094d6
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable 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
|
||||
Reference in New Issue
Block a user