Added lots more modules from lintian. Maemian appears to work.
[maemian] / checks / standards-version.desc
1 Check-Script: standards-version
2 Author: Christian Schwarz <schwarz@debian.org>
3 Abbrev: std
4 Type: source
5 Unpack-Level: 1
6 Info: This script checks if a source package contains a valid
7  Standards-Version field.
8 Needs-Info: debfiles, source-control-file
9
10 Tag: no-standards-version-field
11 Severity: important
12 Certainty: certain
13 Ref: policy 5.6.11
14 Info: The source package does not have a Standards-Version control field.
15  Please update your package to latest Policy and set this control field
16  appropriately.
17
18 Tag: invalid-standards-version
19 Severity: important
20 Certainty: certain
21 Info: The source package refers to a Standards-Version which never
22  existed.  Please update your package to latest Policy and set this
23  control field appropriately.
24
25 Tag: newer-standards-version
26 Severity: normal
27 Certainty: certain
28 Info: The source package refers to a Standards-Version which is
29  newer than the highest one lintian is programmed to check.  If the source
30  package is correct, then please upgrade lintian to the newest version.
31  (If there is no newer lintian version, then please bug &maint; to make
32  one.)
33
34 Tag: ancient-standards-version
35 Severity: normal
36 Certainty: certain
37 Info: The source package refers to a Standards-Version that has been
38  obsolete for more than two years.  Please update your package to latest
39  Policy and set this control field appropriately.
40  .
41  If the package is already compliant with the current standards, you don't
42  have to re-upload the package just to adjust the Standards-Version
43  control field.  However, please remember to update this field next time
44  you upload the package.
45  .
46  See <tt>/usr/share/doc/debian-policy/upgrading-checklist.txt.gz</tt> in
47  the debian-policy package for a summary of changes in newer versions of
48  Policy.
49
50 Tag: out-of-date-standards-version
51 Severity: normal
52 Certainty: certain
53 Info: The source package refers to a Standards-Version older than the one
54  that was current at the time the package was created (according to the
55  timestamp of the latest <tt>debian/changelog</tt> entry).  Please
56  consider updating the package to current Policy and setting this control
57  field appropriately.
58  .
59  If the package is already compliant with the current standards, you don't
60  have to re-upload the package just to adjust the Standards-Version
61  control field.  However, please remember to update this field next time
62  you upload the package.
63  .
64  See <tt>/usr/share/doc/debian-policy/upgrading-checklist.txt.gz</tt> in
65  the debian-policy package for a summary of changes in newer versions of
66  Policy.
67
68 Tag: timewarp-standards-version
69 Severity: normal
70 Certainty: certain
71 Info: The source package refers to a Standards-Version that was released
72  after the date of the most recent <tt>debian/changelog</tt> entry.
73  Perhaps you forgot to update the timestamp in <tt>debian/changelog</tt>
74  before building the package?