summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-01-06 08:35:51 +0100
committerMichael Vogt <mvo@debian.org>2014-01-06 08:35:51 +0100
commit181d587044121448e4d9925cc18ffb404b7b4a9c (patch)
treeb7ef2a76c764c33e68c2099e253a21a0cd7fc750
parent4194c9aee2766845618ef0431fd4803b0467aab7 (diff)
document deb822 style sources.list
-rw-r--r--doc/sources.list.5.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index 87fb4d71e..ef5219ec2 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -76,12 +76,27 @@
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