#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	php build/compile.php

execute_after_dh_install:
	find debian/libphp-simplepie/usr/share/php -name '*.php' -exec chmod 644 '{}' +

override_dh_auto_clean:
	rm -f SimplePie.compiled.php
	dh_auto_clean
