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 <[EMAIL PROTECTED]>
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to