hi waldi,

On Fri, Sep 26, 2025 at 03:23:22PM +0200, Yadd wrote:
> this bug looks to come from commit 628a3507 [1]. It seems that this simple
> patch fixes the problem:
> 
> --- a/lib/Devscripts/Uscan/Modes/_xtp.pm
> +++ b/lib/Devscripts/Uscan/Modes/_xtp.pm
> @@ -103,7 +103,7 @@ sub sortAndMangle {
>          and not $watchSource->versionmode eq 'ignore') {
> 
>          # extract ones which has $match in the above loop defined
> -        my @vfiles = grep { $$_[3] } @files;
> +        my @vfiles = grep { $$_[2] } @files;
>          if (@vfiles) {
>              (undef, $mangled_newversion, $newfile, undef, $newversion)
>                = @{ $vfiles[0] };

can you confirm (or deny) that this patch fixes the issue for the src:linux
packages?


-- 
cheers,
        Holger

 ⢀⣴⠾⠻⢶⣦⠀
 ⣾⠁⢠⠒⠀⣿⡁  holger@(debian|reproducible-builds|layer-acht).org
 ⢿⡄⠘⠷⠚⠋⠀  OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C
 ⠈⠳⣄

40% of homeless people in the United States have full-time jobs.

Attachment: signature.asc
Description: PGP signature

Reply via email to