#!/usr/bin/make -f

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

override_dh_auto_configure:
	dh_auto_configure -O--buildsystem=phppear
	sed -i -r -e '/(LICENCE|README|CONTRIBUTING)/d' \
		-e '/" role="doc" /d' \
		-e 's/pre-commit" role="script"/pre-commit" role="doc"/' */package.xml

override_dh_auto_test:
	cd PHP_CodeSniffer-* && phpunit
