#!/usr/bin/make -f

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

override_dh_link:
	dh_link -O--buildsystem=phppear
	chmod +x debian/php-xml-dtd/usr/share/php/tests/XML_DTD/tests/test.php
