]> git.saurik.com Git - apt.git/blobdiff - doc/apt-ftparchive.1.sgml
Be quiet in apt.post{inst,rm}.
[apt.git] / doc / apt-ftparchive.1.sgml
index ab650e74bdaba7b5be19d18ff7ec6608ab397bd2..7279a1b7ea3f8eff6020d5673e06d3e8e629d186 100644 (file)
    The <literal/generate/ command uses a configuration file to describe the 
    archives that are going to be generated. It follows the typical ISC 
    configuration format as seen in ISC tools like bind 8 and dhcpd. 
-   &apt-conf; contains a decsription of the syntax. Note that the generate 
+   &apt-conf; contains a description of the syntax. Note that the generate 
    configuration is parsed in sectional manner, but &apt-conf; is parsed in a
    tree manner. This only effects how the scope tag is handled.
 
    
    <refsect2><title>TreeDefault Section</>
      <para>
-     Sets defaults specific to <literal/Tree/ sections. All of these 
+     Sets defaults specific to <literal/Tree/ sections. All of these
      variables are substitution variables and have the strings $(DIST), 
      $(SECTION) and $(ARCH) replaced with their respective values.
      
       
       <VarListEntry><term>FileList</term>
       <ListItem><Para>
-      Specifies that instead of walking the directory tree 
-      that <command/apt-ftparchive/ should read the list of files from the given 
+      Specifies that instead of walking the directory tree, 
+      <command/apt-ftparchive/ should read the list of files from the given 
       file. Relative files names are prefixed with the archive directory.
       </VarListEntry>
       
       <VarListEntry><term>SourceFileList</term>
       <ListItem><Para>
-      Specifies that instead of walking the directory tree 
-      that <command/apt-ftparchive/ should read the list of files from the given 
+      Specifies that instead of walking the directory tree, 
+      <command/apt-ftparchive/ should read the list of files from the given 
       file. Relative files names are prefixed with the archive directory. 
       This is used when processing source indexs.
       </VarListEntry>
@@ -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.
@@ -409,7 +429,7 @@ for i in Sections do
  <RefSect1><Title>The Binary Override File</>
    <para>
    The binary override file is fully compatible with &dpkg-scanpackages;. It
-   contains 4 fields sperated by spaces. The first field is the package name,
+   contains 4 fields separated by spaces. The first field is the package name,
    the second is the priority to force that package to, the third is the
    the section to force that package to and the final field is the maintainer 
    permutation field. 
@@ -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;