#573835 git-buildpackage: possibility needed to control order of debuild options

#573835#5
Date:
2010-03-14 11:14:40 UTC
From:
To:
debuild expects debuild options before dpkg-buildpackage options. -i
and -I are dpkg-buildpackage options, so it is not possible to pass
debuild options to debuild without changing the git-builder option
away from the default "debuild -i\.git -I.git".

A clumsy workaround is

git-buildpackage --git-builder="debuild" --set-envvar buildzg2package=yes -i\\.git -I.git

If this is intended, it needs to be documented more clearly.

Greetings
Marc

#573835#10
Date:
2010-03-14 12:31:40 UTC
From:
To:
severity 573835 wishlist
thanks
You can set the builder to whatever you want. Maybe dpkg-buildpacakge
would be a better default anyway.
 -- Guido

#573835#15
Date:
2010-03-19 07:40:07 UTC
From:
To:
This wouldn't solve the issue at all. Please document that debuild
options cannot be set through gbp without also using a --git-builder
value other than the default.

Greetings
Marc