DEB-OLD

Section: Debian GNU/Linux (5)
Updated: 1st July 1996
Index Return to Main Contents
 

NAME

deb-old - Debian GNU/Linux binary package old style format  

SYNOPSIS

filename.deb  

DESCRIPTION

Old style Debian binary package format.

The .deb format is the Debian binary package file format. The format has changed since Debian 0.93 and the new format is being phased in.

The old format is described here. Please see deb(5) 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 (see the dpkg Programmer's manual) as a series of ordinary files. The file control must be present, and contains the core control information. The files in the control tarfile may optionally be in a DEBIAN subdirectory in some very old archives - in this 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), deb-control(5), dpkg Programmers' manual, dpkg-deb(8)


 

Index

NAME
SYNOPSIS
DESCRIPTION
FORMAT
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 04:29:45 GMT, April 24, 2025