From 1c93b09f27cf2a01016ab8d39b23d681771fd587 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Wed, 23 Feb 2022 14:37:56 +0700 Subject: [PATCH] Ensure speech-dispatcher recommendations are in the installer In a real situation, those packages are installed by the chain of depends/recommends orca -> speech-dispatcher -> (speech-dispatcher-espeak-ng, sound-icons). However that chain is broken, in all likelyhood by debian-cd dependency handling, cf. #601203. This mention should ensure these packages are present in the generated ISO. Fixes: #46 --- simple-cdd/profiles/offline.downloads | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple-cdd/profiles/offline.downloads b/simple-cdd/profiles/offline.downloads index 23b8fc2..0caad6b 100644 --- a/simple-cdd/profiles/offline.downloads +++ b/simple-cdd/profiles/offline.downloads @@ -14,3 +14,6 @@ unrar # Ensure pipewire-pulse is available so that when wireplumber gets # installed it can pull it as a recommends pipewire-pulse +# Ensure speech-dispatcher recommends are available +sound-icons +speech-dispatcher-espeak-ng