diff options
| author | Guillem Jover <guillem@debian.org> | 2022-03-20 11:15:33 +0100 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2024-12-28 13:20:50 +0100 |
| commit | 1fa64892e4d54cd52fac731e646cc3d13382fb5a (patch) | |
| tree | d5748af343cb6c297dd2e23a4400ce8665930480 /doc/guide.dbk | |
| parent | 073c266ced5ea4057d0da8c86e6f1b72fcaf4f1f (diff) | |
Remove non-US leftovers in code and documentation
This has long been obsoleted, and there have been previous patches
cleaning them up, but some left overs remained.
Diffstat (limited to 'doc/guide.dbk')
| -rw-r--r-- | doc/guide.dbk | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/guide.dbk b/doc/guide.dbk index d2f650a20..477d300a7 100644 --- a/doc/guide.dbk +++ b/doc/guide.dbk @@ -126,7 +126,7 @@ update</literal>. For instance, </para> <screen> # apt-get update -Get http://ftp.de.debian.org/debian-non-US/ stable/binary-i386/ Packages +Get http://ftp.de.debian.org/debian/ stable/binary-i386/ Packages Get http://llug.sep.bnl.gov/debian/ testing/contrib Packages Reading Package Lists... Done Building Dependency Tree... Done @@ -237,7 +237,7 @@ to get. <screen> Please give the distribution tag to get or a path to the package file ending in a /. The distribution - tags are typically something like: stable unstable testing non-US + tags are typically something like: stable unstable testing Distribution [stable]: </screen> @@ -245,10 +245,7 @@ to get. The distribution refers to the Debian version in the archive, <emphasis>stable</emphasis> refers to the latest released version and <emphasis>unstable</emphasis> refers to the developmental -version. <emphasis>non-US</emphasis> is only available on some mirrors -and refers to packages that contain encryption technology or other -things that cannot be exported from the United States. Importing these -packages into the US is legal however. +version. </para> <screen> Please give the components to get @@ -496,10 +493,10 @@ status messages. </para> <screen> # apt-get update -Get:1 http://ftp.de.debian.org/debian-non-US/ stable/non-US/ Packages +Get:1 http://ftp.de.debian.org/debian/ stable/main Packages Get:2 http://llug.sep.bnl.gov/debian/ testing/contrib Packages Hit http://llug.sep.bnl.gov/debian/ testing/main Packages -Get:4 http://ftp.de.debian.org/debian-non-US/ unstable/binary-i386/ Packages +Get:4 http://ftp.de.debian.org/debian/ unstable/binary-i386/ Packages Get:5 http://llug.sep.bnl.gov/debian/ testing/non-free Packages 11% [5 testing/non-free `Waiting for file' 0/32.1k 0%] 2203b/s 1m52s </screen> |
