1 # dpkg manual page - deb-old(5)
3 # Copyright © 1995 Raul Miller
4 # Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
5 # Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
7 # This is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
12 # This is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
24 deb-old - old style Debian binary package format
34 format is the Debian binary package file format.
38 format, used before Debian 0.93.
41 for details of the new format.
45 The file is two lines of format information as ASCII text, followed by
46 two concatenated gzipped ustar files.
48 The first line is the format version number padded to 8 digits, and is
50 for all old-format archives.
52 The second line is a decimal string (without leading zeroes) giving
53 the length of the first gzipped tarfile.
55 Each of these lines is terminated with a single newline character.
57 The first tarfile contains the control information, as a series of
61 must be present, as it contains the core control information.
63 In some very old archives, the files in the control tarfile may
69 subdirectory will be in the control tarfile too, and the control
70 tarfile will have only files in that directory.
72 control tarfile may contain an entry for
74 that is, the current directory.
76 The second gzipped tarfile is the filesystem archive, containing
77 pathnames relative to the root directory of the system to be installed
79 The pathnames do not have leading slashes.