#!/usr/bin/make -f

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

override_dh_auto_configure:
	dh_auto_configure -O--buildsystem=phppear
	# Remove references of test_Text_Wiki.php
	sed -i '/test_Text_Wiki\.php/d' */package.xml

