From 7e7eb113587230aeb9fe745b2eeac44e634999f5 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 29 Jan 2023 17:30:28 +0100 Subject: Add non-free-firmware component in documentation This changes a lot of lines technically, but its easy enough to unfuzzy the translations as most of the mentions are examples to be copied literally in translations (sadly po4a isn't clever enough for this). --- doc/sources.list.5.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/sources.list.5.xml') diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index f7da9ba43..c5a012fe4 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -129,8 +129,8 @@ distribution is generally a suite name like stable or testing or a codename like &debian-stable-codename; or &debian-testing-codename; - while component is one of main, contrib or - non-free. The + while component is one of main, contrib, + non-free or non-free-firmware. The deb-src type references a Debian distribution's source code in the same form as the deb type. A deb-src line is required to fetch source indexes. @@ -321,7 +321,7 @@ deb-src [ option1=value1 option2=value2 ] uri suite [component1] [component2] [. Types: deb URIs: https://deb.debian.org Suites: stable -Components: main contrib non-free +Components: main contrib non-free non-free-firmware Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK----- . @@ -505,26 +505,26 @@ Signed-By: Examples Uses the archive stored locally (or NFS mounted) at /home/apt/debian - for stable/main, stable/contrib, and stable/non-free. - deb file:/home/apt/debian stable main contrib non-free + for stable/main, stable/contrib, stable/non-free and stable/non-free-firmware. + deb file:/home/apt/debian stable main contrib non-free non-free-firmware Types: deb URIs: file:/home/apt/debian Suites: stable -Components: main contrib non-free +Components: main contrib non-free non-free-firmware As above, except this uses the unstable (development) distribution. - deb file:/home/apt/debian unstable main contrib non-free + deb file:/home/apt/debian unstable main contrib non-free non-free-firmware Types: deb URIs: file:/home/apt/debian Suites: unstable -Components: main contrib non-free +Components: main contrib non-free non-free-firmware Sources specification for the above. - deb-src file:/home/apt/debian unstable main contrib non-free + deb-src file:/home/apt/debian unstable main contrib non-free non-free-firmware Types: deb-src URIs: file:/home/apt/debian Suites: unstable -Components: main contrib non-free +Components: main contrib non-free non-free-firmware The first line gets package information for the architectures in APT::Architectures while the second always retrieves amd64 and armel. -- cgit v1.2.3-70-g09d2