summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:39 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:39 +0000
commit17caf1b19355813fa7a58828d4979ecf21b1e1f9 (patch)
treeb8d733bd4a4bb98196a124957555a42c24d1e9a3 /doc
parent681d76d0248a56e09581f75c128b510d6bbbcfb5 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/cache.sgml6
1 files changed, 5 insertions, 1 deletions
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 @@
<title>APT Cache File Format</title>
<author>Jason Gunthorpe <email>jgg@debian.org</email></author>
-<version>$Id: cache.sgml,v 1.5 1998/12/14 08:23:10 jgg Exp $</version>
+<version>$Id: cache.sgml,v 1.6 1999/02/01 02:22:11 jgg Exp $</version>
<abstract>
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.
+<tag>Arch<item>
+Architecture the package was compiled for.
+
<tag>NextVer<item>
Next step in the linked list.