#!/usr/bin/make -f

export SOURCE_DATE_EPOCH := $(shell dpkg-parsechangelog --show-field=Timestamp)

%:
	dh $@
