Bug#810737: pbuilderrc setting for --bin-nmu-maintainer
Thorsten Glaser
tg at mirbsd.de
Mon Jan 11 21:36:32 UTC 2016
Andreas Beckmann dixit:
>something: --bin-nmu-maintainer "$DEBFULLNAME <$DEBEMAIL>" (using the
Do note that devscripts also supports (and, in some older versions,
required, due to bugs) setting DEBEMAIL to the entire stuff.
That means you likely need to do something like this:
if [[ $DEBEMAIL = *' <'*'>' ]]; then
binnmumntner=$DEBEMAIL
elif [[ -z $DEBEMAIL ]]; then
error 'DEBEMAIL not set'
elif [[ -z $DEBFULLNAME ]]; then
error 'DEBFULLNAME not set and DEBEMAIL does not contain it'
else
binnmumntner="$DEBFULLNAME <$DEBEMAIL>"
fi
bye,
//mirabilos
--
This space for rent.
More information about the Pbuilder-maint
mailing list