#!/usr/bin/make -f
%:
	dh $@ --buildsystem=phppear --with phppear --with php5

override_dh_auto_configure:
	dh_auto_configure -O--buildsystem=phppear
	sed -i '/ role="doc"/d;/ role="test"/d' */package.xml
