Removing frog.
[maemian] / checks / md5sums.desc
1 Check-Script: md5sums
2 Author: Christian Schwarz <schwarz@debian.org>
3 Abbrev: md5
4 Type: binary
5 Unpack-Level: 1
6 Needs-Info: md5sums
7 Info: This script checks if md5sum control files are valid, if they are
8  provided by a binary package.
9
10 Tag: no-md5sums-control-file
11 Severity: wishlist
12 Certainty: certain
13 Info: This package does not contain an md5sums control file.  This control
14  file listing the MD5 checksums of the contents of the package is not
15  required, but if present debsums can use it to verify that no files
16  shipped with your package have been modified.  Providing it is
17  recommended.
18  .
19  If you are using debhelper to create your package, just add a call to
20  <tt>dh_md5sums</tt> at the end of your binary-indep or binary-arch
21  target, right before <tt>dh_builddeb</tt>.
22
23 Tag: malformed-md5sums-control-file
24 Severity: important
25 Certainty: certain
26 Info: The indicated line of the md5sums control file for this package was
27  malformed.  Each line of an md5sums control file should contain an MD5
28  checksum, some whitespace, and then the path to the file corresponding to
29  that checksum.
30
31 Tag: md5sum-mismatch
32 Severity: important
33 Certainty: certain
34 Info: The md5sum listed for the file does not match the actual file
35  contents.
36  .
37  Usually, this error occurs during the package build process, if the
38  <tt>debian/tmp/</tt> directory is touched after <tt>dh_md5sums</tt> or
39  <tt>debstd</tt> is run.
40
41 Tag: md5sums-lists-nonexisting-file
42 Severity: important
43 Certainty: certain
44 Info: The md5sums control file lists a file which is not included in the
45  package.
46  .
47  Usually, this error occurs during the package build process, if the
48  <tt>debian/tmp/</tt> directory is touched after <tt>dh_md5sums</tt> or
49  <tt>debstd</tt> is run.
50  .
51  If all the files in the <tt>DEBIAN/</tt> subdirectory are listed
52  above, the problem was probably caused by building the package using a
53  buggy debstd/debmake. In this case, rebuilding the package with an
54  updated debstd should fix the problem.
55
56 Tag: file-missing-in-md5sums
57 Severity: normal
58 Certainty: certain
59 Info: The package contains a file which isn't listed in the md5sums control
60  file.
61  .
62  Usually, this error occurs during the package build process, if the
63  <tt>debian/tmp/</tt> directory is touched after <tt>dh_md5sums</tt> or
64  <tt>debstd</tt> is run.