summaryrefslogtreecommitdiffstats
path: root/man/sv/deb-old.man
blob: 2bcd0429fa219ffa28ac8b7e36ae0289d63acab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.\" dpkg manual page - deb-old(5)
.\"
.\" Copyright © 1995 Raul Miller
.\" Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
.\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
.\"
.\" This is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH deb\-old 5 %RELEASE_DATE% %VERSION% Dpkg\-sviten
.nh
.SH NAMN
deb\-old \- Debians gamla binärpaketformat
.
.SH SYNOPS
\fIfilnamn\fP\fB.deb\fP
.
.SH BESKRIVNING
\&\fB.deb\fP\-formatet är Debians binära paketformat. Denna manualsida beskriver
det \fBgamla\fP formatet som används före Debian 0.93. Se \fBdeb\fP(5) för
detaljerad information om det nya formatet.
.
.SH FORMAT
Filen innehåller två rader av formatinformation som ASCII\-text, följt av två
sammaslagna gzip\-packade ustar\-filer.
.PP
Den första raden i filen är formatversionsnumret utfyllt till åtta siffror,
och är \fB0.939000\fP för alla arkiv i det gamla formatet.
.PP
Nästa rad är en decimalsträng (utan inledande nollor) som anger längden på
den första gzip\-packade tar\-filen.
.PP
Båda dessa rader avslutas med ett ensamt radbrytningstecken.
.PP
Den första tar\-filen innehåller kontrollinformationen, lagrade som ett antal
vanliga filer. Filen \fBcontrol\fP måste finnas, eftersom den innehåller
grundläggande kontrollinformation.
.PP
In some very old archives, the files in the control tarfile may optionally
be in a \fBDEBIAN\fP subdirectory. In that case, the \fBDEBIAN\fP subdirectory
will be in the control tarfile too, and the control tarfile will have only
files in that directory. Optionally the control tarfile may contain an entry
for ‘\fB.\fP’, that is, the current directory.
.PP
Den andra gzip\-packade tar\-filen är filsystemsarkivet, vilken innehåller
sökvägar relativt rotkatalogen för systemet det skall installeras
på. Sökvägarna innehåller inte inledande snedstreck.
.
.SH "SE ÄVEN"
\fBdeb\fP(5), \fBdpkg\-deb\fP(1), \fBdeb\-control\fP(5).
.SH ÖVERSÄTTNING
Peter Krefting och Daniel Nylander.