Hello,
Am 06.03.2016 um 10:18 schrieb Guido Günther:
> On Fri, Mar 04, 2016 at 03:59:10PM +0100, Philipp Hahn wrote:
>>> I: Running /usr/bin/dpkg-buildpackage -rfakeroot -us -uc ${DEBBUILDOPTS}
>>> dpkg-buildpackage: unknown option or argument '-sa'
>>>
>>> Use --help for program usage information.
>
> Could you add examples how you invoke gbp to see the error. Is it just
> passing --use-pdebuild-internal as --git-pbuilder-options ?
I used "git-pbuilder -sa"
> I do think we need to skip the quoting in this case.
The quoting in pbuilder is horribly wrong.
When using --use-pdebuild-internal you must not do the quoting
git-pbuiler is now duing.
If you don't, den you need to do the extra quoting in git-pbuilder to
work around the quoting error in pbuilder.
Philipp