[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: making more packages binary NMU safe



[Ken Bloom]
>      $substvar{'Source-Version'}= $fi{"L Version"};
> +    #Indep-Version is for supporting binary NMUs when a strict
> +    #version dependancy is required against an arch independant package
> +    $substvar{'Indep-Version'}= $fi{"L Version"};
> +    #strip out the +bN format binary NMU version suffix
> +    $substvar{'Indep-Version'} =~ s/\+b[0-9]+$//;

Uh, why does "Source-Version" not refer to, you know, the source
version?

I think you meant this the other way around - a new Binary-Version or
Build-Version or something, to indicate the thing that Source-Version
misleadingly means now.

Attachment: signature.asc
Description: Digital signature


Reply to: