Le 07/09/17 à 11:06, Guido Günther a écrit :
Hi Laurent,
On Thu, Sep 07, 2017 at 10:55:14AM +0200, Laurent Bigonville wrote:
Package: git-buildpackage
Version: 0.9.0~exp4
Severity: normal
Hi,
It's now possible to include the gpg/pgp signature of the original
upstream tarball in the source (.dsc) package.
Currently, gbp buildpackage -S is not copying that file when preparing
the source package that means that dpkg is not adding it to the .dsc
file.
gbp buildpackags -S should copy this (and maybe check if the name of the
file is OK).
The "-S" is passed verbatim to the builder (dpkg-buildpackage, sbuild,
pbuilder, ...). I assume you want gbp to checkout the signature when
building a tarball (#872864)?
I think this is related, but not completely the same, I don't see the
signature being commited in the pristine-tar branch here.
My setup here is the following:
The orig tarball and its signature (.pgp) is in the ../tarballs
directory, when running gbp buildpackage -S, the orig tarball is
symliked (or generated if it's absent) to the ../build-area directory.
The thing is, that the signature file is not copied at the same time in
that ../build-area directory