#!/usr/bin/make -f

export DEBFULLNAME="Name Lastname"
export DEBEMAIL="name@example.com"

%:
	dh $@
