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

override_dh_install:
	dh_install
	#This file starts with the #! sequence that marks interpreted scripts, but it is not executable
	chmod 644 debian/libphp-magpierss/usr/share/php/magpierss/scripts/simple_smarty.php
	chmod 644 debian/libphp-magpierss/usr/share/php/magpierss/scripts/magpie_slashbox.php
	chmod 644 debian/libphp-magpierss/usr/share/php/magpierss/scripts/magpie_simple.php
	chmod 644 debian/libphp-magpierss/usr/share/php/magpierss/scripts/magpie_debug.php
override_dh_installchangelogs:
	dh_installchangelogs ChangeLog
