po: Update German man pages translation
[dpkg.git] / man / deb-old.pod
blob0acf9a98a28aed6cd40faba7bf71e5310015c261
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/>.
20 =encoding utf8
22 =head1 NAME
24 deb-old - old style Debian binary package format
26 =head1 SYNOPSIS
28 I<filename>B<.deb>
30 =head1 DESCRIPTION
32 The
33 B<.deb>
34 format is the Debian binary package file format.
35 This manual page
36 describes the
37 B<old>
38 format, used before Debian 0.93.
39 Please see
40 L<deb(5)>
41 for details of the new format.
43 =head1 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
49 B<0.939000>
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
58 ordinary files.
59 The file
60 B<control>
61 must be present, as it contains the core control information.
63 In some very old archives, the files in the control tarfile may
64 optionally be in a
65 B<DEBIAN>
66 subdirectory.
67 In that case, the
68 B<DEBIAN>
69 subdirectory will be in the control tarfile too, and the control
70 tarfile will have only files in that directory.
71 Optionally the
72 control tarfile may contain an entry for
73 ‘B<.>’,
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
78 on.
79 The pathnames do not have leading slashes.
81 =head1 SEE ALSO
83 L<deb(5)>,
84 L<deb-control(5)>,
85 L<dpkg-deb(1)>.