On Wed, Jul 01, 2020 at 04:34:32PM +0200, Xavier wrote:
> --- a/scripts/origtargz.pl
> +++ b/scripts/origtargz.pl
> @@ -343,6 +343,7 @@ sub unpack_tarball (@) {
> 
>      for my $origtar (@origtar) {
>          my $tmpdir = File::Temp->newdir(DIR => ".", CLEANUP => 1);
> +        next if $origtar =~ /\.(?:asc|sig)$/;
>          print "Unpacking $origtar\n";
>          my $cmp = ($origtar =~ /orig(?:-([\w\-]+))?\.tar/)[0] || '';
>          if ($cmp) {


Mh, but I doubt it does what this bug is about: it should *extract* the
.asc files from pristine-tar if they matches the version.  I suppose it
needs to somehow check whether the .asc is present and if it pass it via
the -s option of `pristine-tar checkout` (at line 255).

Perhaps indeed we also need this bit you proposed, though I admit I
never used --unpack :D
-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
More about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature

Reply via email to