#!/usr/bin/make -f

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

override_dh_fixperms:
	dh_fixperms
	# Delete useless license file installed alone in this dir
	rm -r $(CURDIR)/debian/php-mdb2/usr/share/php/data
