#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_auto_build:
	iconv --from-code=ISO-8859-1 --to-code=UTF-8 \
		lib/Logger/Syslog.pm  --output=lib/Logger/Syslog.pm
	# and then clear the copyright symbol causing pod errors
	sed -i 's/© //' lib/Logger/Syslog.pm
