Bug#567484: pbuilder: -e$DEBEMAIL instead of -e$DEBFULLNAME

2012-03-15 Thread Junichi Uekawa
At Tue, 13 Mar 2012 19:53:01 + (UTC), Thorsten Glaser wrote: > > Miguel Colon dixit: > > >>That makes sense: with no args, dpkg-buildpackage does the right thing > >>if DEBEMAIL is set and DEBFULLNAME is set. > >>So let the work be done by dpkg-buildpackage. > > I’ve found that most Debian t

Bug#567484: pbuilder: -e$DEBEMAIL instead of -e$DEBFULLNAME

2012-03-14 Thread Miguel Colon
>>>That makes sense: with no args, dpkg-buildpackage does the right thing >>>if DEBEMAIL is set and DEBFULLNAME is set. >>>So let the work be done by dpkg-buildpackage. > > I’ve found that most Debian tools work best if DEBFULLNAME is not set > and DEBEMAIL is "Foo Bar ". Only tool that gives me i

Bug#567484: pbuilder: -e$DEBEMAIL instead of -e$DEBFULLNAME

2012-03-13 Thread Thorsten Glaser
Miguel Colon dixit: >>That makes sense: with no args, dpkg-buildpackage does the right thing >>if DEBEMAIL is set and DEBFULLNAME is set. >>So let the work be done by dpkg-buildpackage. I’ve found that most Debian tools work best if DEBFULLNAME is not set and DEBEMAIL is "Foo Bar ". bye, //mirab

Bug#567484: pbuilder: -e$DEBEMAIL instead of -e$DEBFULLNAME

2012-03-13 Thread Miguel Colon
tags: patch >Some more info: > pbuilder does that:DPKG_COMMANDLINE="dpkg-buildpackage -us -uc >${DEBEMAIL:+\"-e$DEBEMAIL\"} $DEBBUILDOPTS" > whereas it should do that: DPKG_COMMANDLINE="dpkg-buildpackage -us >-uc ${DEBEMAIL:+${DEBFULLNAME:+\"-e$DEBFULLNAME <$DEBEMAIL>\"}} $DEBBUILDOPTS" > jcduba

Bug#567484:

2010-04-13 Thread Jean-Christophe Dubacq
Package: pbuilder Version: 0.196 Severity: normal Some more info: pbuilder does that:DPKG_COMMANDLINE="dpkg-buildpackage -us -uc ${DEBEMAIL:+\"-e$DEBEMAIL\"} $DEBBUILDOPTS" whereas it should do that: DPKG_COMMANDLINE="dpkg-buildpackage -us -uc ${DEBEMAIL:+${DEBFULLNAME:+\"-e$DEBFULLNAME <$DEBE

Bug#567484: pbuilder: -e$DEBEMAIL instead of -e$DEBFULLNAME <$DEBEMAIL> used for dpkg-buildpackage

2010-01-30 Thread Loïc Minier
On Sat, Jan 30, 2010, Jean-Christophe Dubacq wrote: > However, other debian utilities expect DEBEMAIL to be only the email and > DEBFULLNAME to be only the name (depatch for example). > > I would be very happy if this were made into some program. Yes, dpatch suffers from a similar problem, but w

Bug#567484: pbuilder: -e$DEBEMAIL instead of -e$DEBFULLNAME <$DEBEMAIL> used for dpkg-buildpackage

2010-01-29 Thread Jean-Christophe Dubacq
Loïc Minier a écrit : > tags 567484 - patch > stop > > On Fri, Jan 29, 2010, Jean-Christophe Dubacq wrote: >> In /usr/lib/pbuilder/pbuilder-buildpackage, the call to dpkg-buildpackage >> reads: >> COMMANDLINE="dpkg-buildpackage -us -uc ${DEBEMAIL:+\"-e$DEBEMAIL\"} >> $DEBBUILDOPTS" >> which gene

Bug#567484: pbuilder: -e$DEBEMAIL instead of -e$DEBFULLNAME <$DEBEMAIL> used for dpkg-buildpackage

2010-01-29 Thread Loïc Minier
tags 567484 - patch stop On Fri, Jan 29, 2010, Jean-Christophe Dubacq wrote: > In /usr/lib/pbuilder/pbuilder-buildpackage, the call to dpkg-buildpackage > reads: > COMMANDLINE="dpkg-buildpackage -us -uc ${DEBEMAIL:+\"-e$DEBEMAIL\"} > $DEBBUILDOPTS" > which generates .changes with a Changed-By: l

Bug#567484: pbuilder: -e$DEBEMAIL instead of -e$DEBFULLNAME <$DEBEMAIL> used for dpkg-buildpackage

2010-01-29 Thread Jean-Christophe Dubacq
Package: pbuilder Version: 0.196 Severity: normal Tags: patch In /usr/lib/pbuilder/pbuilder-buildpackage, the call to dpkg-buildpackage reads: COMMANDLINE="dpkg-buildpackage -us -uc ${DEBEMAIL:+\"-e$DEBEMAIL\"} $DEBBUILDOPTS" which generates .changes with a Changed-By: line with only the email ad