1deb-md5sums(5) dpkg suite deb-md5sums(5)
2
3
4
6 deb-md5sums - package MD5 file digests
7
9 DEBIAN/md5sums
10
12 A package declares the MD5 digests for the package file contents by
13 including an md5sums file in its control archive (i.e. DEBIAN/md5sums
14 during package creation). This file is used for integrity verification
15 and deduplication purposes, and not for any kind of security purpose.
16
17 This file contains a list of MD5 digests (as 32 case-insensitive
18 hexadecimal characters) followed by two spaces (U+0020 SPACE) and the
19 absolute pathname of a plain file, one per line.
20
21 Trailing slashes (U+002F /) in the pathname will be trimmed. Neither
22 trailing whitespace nor empty or whitespace-only lines are accepted.
23
24 If the control file does not exist in the binary package, dpkg(1) will
25 generate the matching information at unpack time (since dpkg 1.16.3).
26
28 53c0d4afe4bc4eccb5cb234d2e06ef4d usr/bin/dpkg
29 f8da2bc74cdcad8b81c48a4f0d7bb0a8 usr/bin/dpkg-deb
30 70b913132de56e95e75de504979309b4 usr/bin/dpkg-divert
31 […]
32
34 md5sum(1), dpkg-deb(1), dpkg(1).
35
36
37
381.21.9 2022-07-01 deb-md5sums(5)