diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:45:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:45:20 +0000 |
commit | 9a08cbfcc1ef900a04580f35afe2a4592d7d6030 (patch) | |
tree | 004cc7027bca2f2c0bcb5806527c8e0c48df2d6e /man/sv/deb-old.man | |
parent | Initial commit. (diff) | |
download | dpkg-9a08cbfcc1ef900a04580f35afe2a4592d7d6030.tar.xz dpkg-9a08cbfcc1ef900a04580f35afe2a4592d7d6030.zip |
Adding upstream version 1.19.8.upstream/1.19.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/sv/deb-old.man')
-rw-r--r-- | man/sv/deb-old.man | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/man/sv/deb-old.man b/man/sv/deb-old.man new file mode 100644 index 0000000..2bcd042 --- /dev/null +++ b/man/sv/deb-old.man @@ -0,0 +1,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. |