Penguin
Annotated edit history of deb-old(5) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DEB-OLD
2 !!!DEB-OLD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 FORMAT
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 deb-old - old style Debian binary package format
13 !!SYNOPSIS
14
15
16 ''filename''__.deb__
17 !!DESCRIPTION
18
19
20 The __.deb__ format is the Debian binary package file
21 format. This manual page describes the __old__ format,
22 used before Debian 0.93. Please see deb(5) for
23 details of the new format.
24 !!FORMAT
25
26
27 The file is two lines of format information as ASCII text,
28 followed by two concatenated gzipped ustar
29 files.
30
31
32 The first line is the format version number padded to 8
33 digits, and is __0.939000__ for all old-format
34 archives.
35
36
37 The second line is a decimal string (without leading zeroes)
38 giving the length of the first gzipped tarfile.
39
40
41 Each of these lines is terminated with a single newline
42 character.
43
44
45 The first tarfile contains the control information, as a
46 series of ordinary files, described in ''Debian Packaging
47 Manual, section 2.2''. The file __control__ must be
48 present, as it contains the core control
49 information.
50
51
52 In some very old archives, the files in the control tarfile
53 may optionally be in a __DEBIAN__ subdirectory. In that
54 case, the __DEBIAN__ subdirectory will be in the control
55 tarfile too, and the control tarfile will have only files in
56 that directory. Optionally the control tarfile may contain
57 an entry for `__.__', that is, the current
58 directory.
59
60
61 The second gzipped tarfile is the filesystem archive,
62 containing pathnames relative to the root directory of the
63 system to be installed on. The pathnames do not have leading
64 slashes.
65 !!SEE ALSO
66
67
4 perry 68 deb(5), dpkg-deb(1), __deb-control__(5),
1 perry 69 ''Debian Packaging Manual''.
70 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.