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

Bug#328614: lintian should not complain about read-only ada files



On Fri, Sep 16, 2005 at 01:22:35PM +0200, Matthias Klose wrote:
> Package: lintian
> Version: 1.23.12
> 
> bad-permissions-for-ali-file
> 
> AFAIK, these have to be read-only. CCing Ludovic.

Yes, and we check for exactly that:
# ---------------- .ali files (Ada Library Information)
if ($file =~ m,^usr/lib/.*\.ali$, && $operm != 0444) {
            tag "bad-permissions-for-ali-file", "$file";
}

So which package was the problem with and which permisions do the
files have?

Gruesse,
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/



Reply to: