#!/usr/bin/make -f

DEB_COMPRESS_EXCLUDE_ALL=package.xml

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/pear.mk

common-install-indep::
	# pear.mk (from dh-make-php) does not remove this directory, bureport this (?)
	rm -rf $(DEB_DESTDIR)/usr/share/php/.registry/.channel.doc.php.net/
