control: clone -1 -2
control: retitile -2 "gbp buildpackge --git-overlay ignores additional tarballs"
Hi,
On Mon, Nov 06, 2017 at 03:59:01PM +0100, Andreas Beckmann wrote:
> Here are the issues I've encountered so far:
>
> * only the main .orig.tar.gz is unpacked, but the sub-components
> .orig-*.tar.gz are not
Let's use a new bug number for this one. Overlay mode used to be the
problem child in gbp since I'm not using it myself. I added a first test
for it in 2017 to not break it completely:
https://github.com/agx/git-buildpackage/blob/master/tests/component/deb/test_buildpackage.py#L179
The code really didn't handle additional tarballs. Fix forthcoming.
Cheers,
-- Guido