aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2023-06-08 13:48:51 +0200
committerLaura Arjona Reina <larjona@debian.org>2023-06-08 13:48:51 +0200
commit4d92780649be8278a28b6e517258525238245a7b (patch)
tree126a7ffb3d0415cafaa8de9d9220614065823b66
parent2c97cff58cc6bef25ac14a03c2982f15c5940d7e (diff)
add non-free-firmware term together with non-free
-rw-r--r--english/international/l10n/data/synonyms2
-rw-r--r--english/international/l10n/ddtp.wml2
-rwxr-xr-xenglish/mirror/mirror_list.pl2
3 files changed, 4 insertions, 2 deletions
diff --git a/english/international/l10n/data/synonyms b/english/international/l10n/data/synonyms
index cb3cf6d0016..e17ea122185 100644
--- a/english/international/l10n/data/synonyms
+++ b/english/international/l10n/data/synonyms
@@ -115,6 +115,8 @@ non-free/utils
non-free/web
non-free/x11
+non-free-firmware
+
non-US
non-US/contrib
non-US/non-free
diff --git a/english/international/l10n/ddtp.wml b/english/international/l10n/ddtp.wml
index 3cfd69c6a40..dc8d9d4d646 100644
--- a/english/international/l10n/ddtp.wml
+++ b/english/international/l10n/ddtp.wml
@@ -24,7 +24,7 @@ The project supports:
<p>
The
-non-free section in the Debian archive is not translatable at the moment
+non-free and non-free-firmware sections in the Debian archive are not translatable at the moment
because there could exist license
<!-- I thought that even for non-free projects the debian packaging stuff
(debian/) is free but it seems it''s not required!? -->
diff --git a/english/mirror/mirror_list.pl b/english/mirror/mirror_list.pl
index bd13beb70c4..c6946c55ca9 100755
--- a/english/mirror/mirror_list.pl
+++ b/english/mirror/mirror_list.pl
@@ -138,7 +138,7 @@ sub aptlines {
$archcomm=" # ".join(" ", sort @{$mirror[$id]{'Archive-architecture'}})."\n";
}
if (defined $mirror[$id]{method}{'archive-http'}) {
- print "deb http://$mirror[$id]{site}$mirror[$id]{method}{'archive-http'} stable main contrib non-free$archcomm\n";
+ print "deb http://$mirror[$id]{site}$mirror[$id]{method}{'archive-http'} stable main contrib non-free non-free-firmware$archcomm\n";
}
}
print "\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy