Environment for dpkg-buildpackage
The tools dh_make and dpkg-buildpackage use environment variables to determine who is packaging.
So you probably also want in your ~/.profile
:
<snip>
# Replace with your own name!
export DEBEMAIL=johnny@example.com
export DEBFULLNAME="John Sudoe"