Added lots more modules from lintian. Maemian appears to work.
[maemian] / checks / control-files.desc
1 Check-Script: control-files
2 Author: Christian Schwarz <schwarz@debian.org>
3 Abbrev: ctl
4 Type: binary, udeb
5 Unpack-Level: 1
6
7 Tag: unknown-control-file
8 Severity: normal
9 Certainty: possible
10 Ref: policy B.2
11 Info: The package contains an unknown control file.  Policy says that
12  putting additional files in the package control area is not generally a
13  good idea.
14
15 Tag: not-allowed-control-file
16 Severity: important
17 Certainty: certain
18 Info: The package contains a control file that is not allowed in this
19  type of package. Some control files are only allowed in either .deb
20  or .udeb packages and must not be included in packages of the other
21  type. You should probably just remove the file.
22
23 Tag: control-file-is-empty
24 Severity: normal
25 Certainty: possible
26 Info: The package contains an empty control file, which is most probably
27  an error.
28
29 Tag: control-file-has-bad-permissions
30 Severity: important
31 Certainty: certain
32 Info: The postinst, postrm, preinst, and prerm control files should use
33  mode 0755; all other control files should use 0644.
34
35 Tag: control-file-has-bad-owner
36 Severity: important
37 Certainty: certain
38 Info: All control files should be owned by root/root.