Skip to content
  • Simon McVittie's avatar
    Accept upstream-style tags without an epoch · 924d7623
    Simon McVittie authored
    
    
    Epochs are a packaging thing rather than an upstream thing, and version
    numbers should be unique even after removing the epoch (epochs are for
    ordering, not uniqueness), so we shouldn't require them in upstream
    tags. If the package is version 1:1.2.3, look for tags 1%1.2.3 and
    v1%1.2.3 (as we did before), plus 1.2.3 and v1.2.3 (new).
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    924d7623