Bug#498096: lintian: doesn't ignore udebs on no-standards-version-field

2008-09-10 Thread Frank Lichtenheld
On Sat, Sep 06, 2008 at 09:26:47PM -0500, Raphael Geissert wrote: > checks/standards-version: > > # udebs aren't required to conform to policy, so they don't need > > # Standards-Version. (If they have it, though, it should be valid.) > > my $version = $info->field('standards-version'); > > if (not

Bug#498096: lintian: doesn't ignore udebs on no-standards-version-field

2008-09-06 Thread Raphael Geissert
Package: lintian Version: 1.24.4 checks/standards-version: > # udebs aren't required to conform to policy, so they don't need > # Standards-Version. (If they have it, though, it should be valid.) > my $version = $info->field('standards-version'); > if (not defined $version) { > tag 'no-standar