#!/usr/bin/make -f

export PO_BUILD_DATE = $(shell date --utc -d "`dpkg-parsechangelog --show-field Date`" \
	                               '+%F %T')
export TZ=UTC

%:
	dh $@ --buildsystem=perl_build
