diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:27 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:27 +0000 |
commit | 64177f1732fad72e76e8d2e8c576c635af2bbc4f (patch) | |
tree | 9b1c0c12669780c1a79d6abf241eef4d02406f4a /doc/apt-ftparchive.1.sgml | |
parent | cad3ff8ae821cc71a203ca531715e41ea74d1387 (diff) |
AJ's patch for extra override
Author: jgg
Date: 2001-06-26 02:50:20 GMT
AJ's patch for extra override
Diffstat (limited to 'doc/apt-ftparchive.1.sgml')
-rw-r--r-- | doc/apt-ftparchive.1.sgml | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/doc/apt-ftparchive.1.sgml b/doc/apt-ftparchive.1.sgml index a385aebd7..7279a1b7e 100644 --- a/doc/apt-ftparchive.1.sgml +++ b/doc/apt-ftparchive.1.sgml @@ -345,12 +345,22 @@ for i in Sections do Sets the binary override file. The override file contains section, priority and maintainer address information. </VarListEntry> - + <VarListEntry><term>SrcOverride</term> <ListItem><Para> Sets the source override file. The override file contains section information. </VarListEntry> + + <VarListEntry><term>ExtraOverride</term> + <ListItem><Para> + Sets the binary extra override file. + </VarListEntry> + + <VarListEntry><term>SrcExtraOverride</term> + <ListItem><Para> + Sets the source extra override file. + </VarListEntry> </VariableList> </refsect2> @@ -378,7 +388,7 @@ for i in Sections do Sets the Contents file output. (Optional) </VarListEntry> - <VarListEntry><term>Binoverride</term> + <VarListEntry><term>BinOverride</term> <ListItem><Para> Sets the binary override file. </VarListEntry> @@ -388,6 +398,16 @@ for i in Sections do Sets the source override file. </VarListEntry> + <VarListEntry><term>ExtraOverride</term> + <ListItem><Para> + Sets the binary extra override file. + </VarListEntry> + + <VarListEntry><term>SrcExtraOverride</term> + <ListItem><Para> + Sets the source extra override file. + </VarListEntry> + <VarListEntry><term>BinCacheDB</term> <ListItem><Para> Sets the cache DB. @@ -431,6 +451,13 @@ for i in Sections do package name, the second is the section to assign it. </RefSect1> + <RefSect1><title>The Extra Override File</> + <para> + The extra override file allows any arbitary tag to be added or replaced + in the output. It has 3 columns, the first is the package, the second is + the tag and the remainder of the line is the new value. + </RefSect1> + <RefSect1><Title>Options</> &apt-cmdblurb; |