summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:39 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:39 +0000
commit097b4a08f4238caada7075f7f4c9812f0709f423 (patch)
tree9641b6df7434f6cfeaf3d590ea6fa4e446de9275 /doc
parentb3c39978a1fcaa26ffa4904f4b012156e5d7d51c (diff)
an example for -src lines
Author: jgg Date: 1999-09-02 22:07:13 GMT an example for -src lines
Diffstat (limited to 'doc')
-rw-r--r--doc/sources.list.5.yo11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/sources.list.5.yo b/doc/sources.list.5.yo
index 605f46c50..6840793bd 100644
--- a/doc/sources.list.5.yo
+++ b/doc/sources.list.5.yo
@@ -15,7 +15,7 @@ em(args). em(uri) is a Universal Resource Identifier (URI), which is a
superset of the more specific and well-known Universal Resource Locator, or
URL.
-manpagesection(The deb type)
+manpagesection(The deb and deb-src types)
The bf(deb) type describes a typical two-level Debian archive,
em(distribution/component). Typically, em(distribution) is one of
em(stable), em(unstable), or em(frozen), while component is one of
@@ -107,9 +107,12 @@ quote("deb file:/home/jason/debian stable main contrib non-free")
As above, except this uses the unstable (development) distribution.
quote("deb file:/home/jason/debian unstable main contrib non-free")
-Uses HTTP to access the archive at www.debian.org, and uses only the
-stable/main area.
-quote("deb http://www.debian.org/archive stable main")
+Source line for the above
+quote("deb-src file:/home/jason/debian unstable main contrib non-free")
+
+Uses HTTP to access the archive at archive.debian.org, and uses only the
+hamm/main area.
+quote("deb http://archive.debian.org/debian-archive hamm main")
Uses FTP to access the archive at ftp.debian.org, under the debian
directory, and uses only the stable/contrib area.