Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / 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 Type: warning
9 Ref: policy B.2
10 Info: The package contains an unknown control file.  Policy says that
11  putting additional files in the package control area is not generally a
12  good idea.
13
14 Tag: not-allowed-control-file
15 Type: error
16 Info: The package contains a control file that is not allowed in this
17  type of package. Some control files are only allowed in either .deb
18  or .udeb packages and must not be included in packages of the other
19  type. You should probably just remove the file.
20
21 Tag: control-file-is-empty
22 Type: warning
23 Info: The package contains an empty control file, which is most probably
24  an error.
25
26 Tag: control-file-has-bad-permissions
27 Type: error
28 Info: The postinst, postrm, preinst, and prerm control files should use
29  mode 0755; all other control files should use 0644.
30
31 Tag: control-file-has-bad-owner
32 Type: error
33 Info: All control files should be owned by root/root.