]> git.saurik.com Git - apt.git/commitdiff
* doc/sources.list.5.xml:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 14 Jan 2011 00:54:24 +0000 (01:54 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 14 Jan 2011 00:54:24 +0000 (01:54 +0100)
  - remove obsolete references to non-us (Closes: #594495)

debian/changelog
doc/sources.list.5.xml

index 4e50172c66b86d4975712565f087953d5045718f..326ac7c988cf60573736d5d8d7b736d4f407e6bc 100644 (file)
@@ -37,8 +37,10 @@ apt (0.8.11+wheezy) unstable; urgency=low
     - do not segfault if cache is not build (Closes: #254770)
   * doc/apt-get.8.xml:
     - remove duplicated mentioning of --install-recommends
+  * doc/sources.list.5.xml:
+    - remove obsolete references to non-us (Closes: #594495)
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Thu, 13 Jan 2011 23:46:23 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com>  Fri, 14 Jan 2011 01:51:50 +0100
 
 apt (0.8.10) unstable; urgency=low
 
index 6029a745762eecb49bdc2e0eb3a99fefb3468df3..212ed6d98afaf1e413e5605a4aa65f1c8daf2eb4 100644 (file)
  <refsect1><title>The deb and deb-src types</title>
    <para>The <literal>deb</literal> type describes a typical two-level Debian
    archive, <filename>distribution/component</filename>. Typically,
-   <literal>distribution</literal> is generally one of
-   <literal>stable</literal> <literal>unstable</literal> or 
-   <literal>testing</literal> while component is one of <literal>main</literal> 
-   <literal>contrib</literal> <literal>non-free</literal> or
-   <literal>non-us</literal>. The 
+   <literal>distribution</literal> is generally an archivename like
+   <literal>stable</literal> or <literal>testing</literal> or a codename like
+   <literal>&stable-codename;</literal> or <literal>&testing-codename;</literal>
+   while component is one of <literal>main</literal> <literal>contrib</literal> or
+   <literal>non-free</literal>. The
    <literal>deb-src</literal> type describes a debian distribution's source
    code in the same form as the <literal>deb</literal> type.
    A <literal>deb-src</literal> line is required to fetch source indexes.</para>
@@ -218,18 +218,14 @@ deb http://security.debian.org/ &stable-codename;/updates main contrib non-free
    a single FTP session will be used for both resource lines.</para>
    <literallayout>deb ftp://ftp.debian.org/debian unstable contrib</literallayout>
 
-   <para>Uses HTTP to access the archive at nonus.debian.org, under the
-    debian-non-US directory.</para>
-   <literallayout>deb http://nonus.debian.org/debian-non-US stable/non-US main contrib non-free</literallayout>
-
-   <para>Uses HTTP to access the archive at nonus.debian.org, under the
-   debian-non-US directory, and uses only files found under
-   <filename>unstable/binary-i386</filename> on i386 machines, 
-   <filename>unstable/binary-m68k</filename> 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] 
-   <literallayout>deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/</literallayout>
+   <para>Uses HTTP to access the archive at ftp.tlh.debian.org, under the
+   universe directory, and uses only files found under
+   <filename>unstable/binary-i386</filename> on i386 machines,
+   <filename>unstable/binary-amd64</filename> 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]
+   <literallayout>deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/</literallayout>
    </para>
  </refsect1>