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

Lintian's control-file-is-empty and udebs



Hi,

Reviewing a part of the Lintian code, I noticed the following[1]:

"""
        # I'm not sure about the udeb case
        if ($type ne 'udeb' and $file->size == 0) {
            tag 'control-file-is-empty', $file;
        }
"""

My question is: Are there control files for udebs where it makes sense
for them to be present and completely empty (instead of leaving them out
completely)?  If so, which of the files would that be?

~Niels

[1] For the curious, the comment is dated Feb 2008

http://anonscm.debian.org/gitweb/?p=lintian/lintian.git;a=commitdiff;h=8abd654f;hp=60706a4ea05e2ae6c557332fdd91c1825d1c21e9


Reply to: