]> git.saurik.com Git - apt.git/blobdiff - doc/sources.list.5.xml
document deb822 style sources.list
[apt.git] / doc / sources.list.5.xml
index 87fb4d71e6ce0840df7c0cf5c44f8a2c7b5a21ce..ef5219ec2d4c93e64038200b631e871dc7ad0e8f 100644 (file)
    code in the same form as the <literal>deb</literal> type.
    A <literal>deb-src</literal> line is required to fetch source indexes.</para>
 
-
    <para>The format for a <filename>sources.list</filename> entry using the
    <literal>deb</literal> and <literal>deb-src</literal> types is:</para>
 
    <literallayout>deb [ options ] uri distribution [component1] [component2] [...]</literallayout>
 
+   <para>Alternatively a rfc822 style format is also supported:
+   <literallayout>
+     Type: deb
+     URI: http://example.com
+     Dist: stable
+     Section: component1 component2
+     [option1]: [option1-value]
+
+     Type: deb-src
+     URI: http://example.com
+     Dist: stable
+     Section: component1 component2
+     [option1]: [option1-value]
+   </literallayout>
+   </para>
+
    <para>The URI for the <literal>deb</literal> type must specify the base of the
    Debian distribution, from which APT will find the information it needs. 
    <literal>distribution</literal> can specify an exact path, in which case the