#!/usr/bin/make -f

export SOURCE_DATE_EPOCH := $(shell dpkg-parsechangelog -STimestamp)

%:
	dh $@
