[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_make and $DEBEMAIL



On Sat, Sep 28, 2013 at 12:38:26AM -0300, Beco wrote:
> Its said in the man page that dh_make would use my $DEBEMAIL, but the
> email I see is another one (I suppose composed of login @ host-name ).
> 
> I could use the opt "--email" to set it, but... How to enforce dh_make
> to use the environment variable?

In .bashrc I have:

export DEBFULLNAME="Anibal Monsalve Salazar"
export DEBEMAIL="anibal@debian.org"
export DEBSIGN_KEYID=947897D8
export DEBCOMMIT_SIGN_TAGS=yes
export GIT_AUTHOR_NAME=$DEBFULLNAME
export GIT_AUTHOR_EMAIL=$DEBEMAIL
export GIT_COMMITTER_NAME=$DEBFULLNAME
export GIT_COMMITTER_EMAIL=$DEBEMAIL

Attachment: signature.asc
Description: Digital signature


Reply to: