1deb-old(5)                          Debian                          deb-old(5)
2
3
4

NAME

6       deb-old - old style Debian binary package format
7

SYNOPSIS

9       filename.deb
10

DESCRIPTION

12       The  .deb  format is the Debian binary package file format. This manual
13       page describes the old format, used  before  Debian  0.93.  Please  see
14       deb(5) for details of the new format.
15

FORMAT

17       The  file is two lines of format information as ASCII text, followed by
18       two concatenated gzipped ustar files.
19
20       The first line is the format version number padded to 8 digits, and  is
21       0.939000 for all old-format archives.
22
23       The second line is a decimal string (without leading zeroes) giving the
24       length of the first gzipped tarfile.
25
26       Each of these lines is terminated with a single newline character.
27
28       The first tarfile contains the control  information,  as  a  series  of
29       ordinary  files.  The  file control must be present, as it contains the
30       core control information.
31
32       In some very old archives, the files in the control tarfile may option‐
33       ally be in a DEBIAN subdirectory. In that case, the DEBIAN subdirectory
34       will be in the control tarfile too, and the control tarfile  will  have
35       only  files  in that directory. Optionally the control tarfile may con‐
36       tain an entry for `.', that is, the current directory.
37
38       The second gzipped tarfile is the filesystem archive, containing  path‐
39       names  relative to the root directory of the system to be installed on.
40       The pathnames do not have leading slashes.
41

SEE ALSO

43       deb(5), dpkg-deb(1), deb-control(5).
44
45
46
47Debian Project                    2006-02-28                        deb-old(5)
Impressum