From: Wichert Akkerman Date: Sun, 14 Apr 2002 14:14:11 +0000 (+0000) Subject: Add DocBook version of deb-old(5) manpage X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3d1b41214812e581a13992480693e0f5181f05;p=dpkg Add DocBook version of deb-old(5) manpage --- diff --git a/ChangeLog b/ChangeLog index b8575937..b8b22f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Apr 14 16:13:16 CEST 2002 Wichert Akkerman + + * man/en/deb-old.5.sgml: DocBook version of deb-old manpage + Sun Apr 14 00:49:09 CEST 2002 Wichert Akkerman * scripts/controlllib.pl: accept multilpe consectucive empty lines diff --git a/man/en/deb-old.5.sgml b/man/en/deb-old.5.sgml new file mode 100644 index 00000000..6b68cc89 --- /dev/null +++ b/man/en/deb-old.5.sgml @@ -0,0 +1,100 @@ + + + + + deb-old + 5 + Debian Project + dpkg suite + + + + deb-old + old style Debian binary package format + + + + filename.deb + + + + Description + + + The .deb format is the Debian binary package file + format. This manual page describes the old format, + used before Debian 0.93. Please see + deb5 + for details of the new format. + + + + + Format + + + The file is two lines of format information as ASCII text, followed by + two concatenated gzipped ustar files. + + + + The first line is the format version number padded to 8 digits, and is + 0.939000 for all old-format archives. + + + + The second line is a decimal string (without leading zeroes) giving the + length of the first gzipped tarfile. + + + + Each of these lines is terminated with a single newline character. + + + + The first tarfile contains the control information, as a series of + ordinary files, described in the Debian Packaging Manual. The file + control must be present, as it contains the core + control information. + + + + In some very old archives, the files in the control tarfile may + optionally be in a DEBIAN subdirectory. In that + case, the DEBIAN 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 + `.', that is, the current directory. + + + + The second gzipped tarfile is the filesystem archive, containing + pathnames relative to the root directory of the system to be installed + on. The pathnames do not have leading slashes. + + + + + See Also + + + + deb + 5 + , + + + dpkg-deb + 1 + , + + + deb-control + 5 + , + + Debian Packaging Manual + + + +