Parcourir la source

document deb822 style sources.list

Michael Vogt il y a 12 ans
Parent
commit
181d587044
1 fichiers modifiés avec 16 ajouts et 1 suppressions
  1. 16 1
      doc/sources.list.5.xml

+ 16 - 1
doc/sources.list.5.xml

@@ -76,12 +76,27 @@
    code in the same form as the <literal>deb</literal> type.
    code in the same form as the <literal>deb</literal> type.
    A <literal>deb-src</literal> line is required to fetch source indexes.</para>
    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
    <para>The format for a <filename>sources.list</filename> entry using the
    <literal>deb</literal> and <literal>deb-src</literal> types is:</para>
    <literal>deb</literal> and <literal>deb-src</literal> types is:</para>
 
 
    <literallayout>deb [ options ] uri distribution [component1] [component2] [...]</literallayout>
    <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
    <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. 
    Debian distribution, from which APT will find the information it needs. 
    <literal>distribution</literal> can specify an exact path, in which case the 
    <literal>distribution</literal> can specify an exact path, in which case the