From 17caf1b19355813fa7a58828d4979ecf21b1e1f9 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:39 +0000 Subject: Arranged to rename downloaded files to include all impo... Author: jgg Date: 1999-02-01 02:22:11 GMT Arranged to rename downloaded files to include all important info --- doc/cache.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/cache.sgml b/doc/cache.sgml index 7e7328a1e..2e80838fa 100644 --- a/doc/cache.sgml +++ b/doc/cache.sgml @@ -4,7 +4,7 @@ APT Cache File Format Jason Gunthorpe jgg@debian.org -$Id: cache.sgml,v 1.5 1998/12/14 08:23:10 jgg Exp $ +$Id: cache.sgml,v 1.6 1999/02/01 02:22:11 jgg Exp $ This document describes the complete implementation and format of the APT @@ -414,6 +414,7 @@ VerStr). { unsigned long VerStr; // Stringtable unsigned long Section; // StringTable (StringItem) + unsigned long Arch; // StringTable // Lists unsigned long FileList; // VerFile @@ -443,6 +444,9 @@ a 0 in all other fields excluding VerStr and Possibly NextVer. This string indicates which section it is part of. The string should be contained in the StringItem list. +Arch +Architecture the package was compiled for. + NextVer Next step in the linked list. -- cgit v1.2.3