Bug#935138: closed by Chris Lamb (Bug#935138: fixed in lintian 2.19.0)

2019-08-21 Thread Chris Lamb
Hi Guillem,

> The commit message had a typo, so it percolated into the changelog,
> the former cannot be fixed, but the latter can. :)
> 
>   s/Upstream:Version/Upstream-Version/

Done in:

  
https://salsa.debian.org/lintian/lintian/commit/71d551c1cb2bb59b4f3de06a0fa8aa7be5ffadd2

Many thanks for spotting this.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org  chris-lamb.co.uk
   `-



Bug#935138: closed by Chris Lamb (Bug#935138: fixed in lintian 2.19.0)

2019-08-21 Thread Guillem Jover
Hi!

On Wed, 2019-08-21 at 17:27:17 +, Debian Bug Tracking System wrote:
> Changes:
>  lintian (2.19.0) unstable; urgency=medium
>  .
[…]
>[ Chris Lamb ]
[…]
>* Also check for "${source:Upstream:Version}" etc. in the
>  version-substvar-for-external-package tag, not just
>  "${source:Version}". (Closes: #935138)
[…]

The commit message had a typo, so it percolated into the changelog,
the former cannot be fixed, but the latter can. :)

  s/Upstream:Version/Upstream-Version/

In addition I notice that the code will now match the non-supported
substvar Source-:Upstream-Version. I guess the easiest way to fix
that is to remove matching on Source-Version which is unsupported
now by dpkg-dev anyway.

Thanks,
Guillem