Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / checks / conffiles.desc
1 Check-Script: conffiles
2 Author: Christian Schwarz <schwarz@debian.org>
3 Abbrev: cnf
4 Type: binary
5 Unpack-Level: 1
6 Info: This script checks if the `conffiles' control file of a binary
7  package is correct.
8
9 Tag: file-in-usr-marked-as-conffile
10 Type: error
11 Info: Files below <tt>/usr</tt> may not be marked as conffiles, since
12  <tt>/usr</tt> might be mounted read-only and thus, the local system
13  administrator would not have a chance to modify this configuration
14  file.
15
16 Tag: non-etc-file-marked-as-conffile
17 Type: warning
18 Info: A file installed in some other directory than <tt>/etc</tt>
19  is marked as conffile. A conffile typically implies a configuration file, and
20  policy mandates such files to be in /etc
21 Status: untested
22 Ref: policy 10.7.2
23
24 Tag: relative-conffile
25 Type: error
26 Ref: policy E.1
27 Info: All entries in the conffile control file should have an absolute
28  path specification.
29
30 Tag: duplicate-conffile
31 Type: error
32 Info: The file is listed more than once in your <tt>debian/conffiles</tt> file.
33  Usually, this is because debhelper (dh_installdeb, compat level 3 or higher)
34  will add any files in your package located in /etc automatically to the list
35  of conffiles, so if you do that manually too, you'll get duplicates.