X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d950349bcb3d5972f81b75f304878c33e9187fc8..37254316e0b1c3b0c067cf1962d0882d70a38c12:/doc/sources.list.5.xml
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index 6029a7457..837f07683 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -57,17 +57,19 @@
File names need to end with
.list and may only contain letters (a-z and A-Z),
digits (0-9), underscore (_), hyphen (-) and period (.) characters.
- Otherwise they will be silently ignored.
+ Otherwise APT will print a notice that it has ignored a file if the file
+ doesn't match a pattern in the Dir::Ignore-Files-Silently
+ configuration list - in this case it will be silently ignored.
The deb and deb-src types
The deb type describes a typical two-level Debian
archive, distribution/component. Typically,
- distribution is generally one of
- stable unstable or
- testing while component is one of main
- contrib non-free or
- non-us. The
+ distribution is generally an archivename like
+ stable or testing or a codename like
+ &stable-codename; or &testing-codename;
+ while component is one of main contrib or
+ non-free. The
deb-src type describes a debian distribution's source
code in the same form as the deb type.
A deb-src line is required to fetch source indexes.
@@ -218,18 +220,14 @@ deb http://security.debian.org/ &stable-codename;/updates main contrib non-free
a single FTP session will be used for both resource lines.
deb ftp://ftp.debian.org/debian unstable contrib
- Uses HTTP to access the archive at nonus.debian.org, under the
- debian-non-US directory.
- deb http://nonus.debian.org/debian-non-US stable/non-US main contrib non-free
-
- Uses HTTP to access the archive at nonus.debian.org, under the
- debian-non-US directory, and uses only files found under
- unstable/binary-i386 on i386 machines,
- unstable/binary-m68k on m68k, and so
- forth for other supported architectures. [Note this example only
- illustrates how to use the substitution variable; non-us is no longer
- structured like this]
- deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/
+ Uses HTTP to access the archive at ftp.tlh.debian.org, under the
+ universe directory, and uses only files found under
+ unstable/binary-i386 on i386 machines,
+ unstable/binary-amd64 on amd64, and so
+ forth for other supported architectures. [Note this example only
+ illustrates how to use the substitution variable; official debian
+ archives are not structured like this]
+ deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/