We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I observed that when disabling the sound support, Bluetooth related packages are uninstalled.
Please find below the trace printed by the script 99-reduce.sh
> + [ false = false ] > + chroot_exec apt-get -qq -y purge alsa-utils libsamplerate0 libasound2 libasound2-data > + LANG=C LC_ALL=C DEBIAN_FRONTEND=noninteractive chroot /home/titou/test/vidal/rpi23-gen-image/images/buster/build/chroot apt-get -qq -y purge alsa-utils libsamplerate0 libasound2 libasound2-data > (Reading database ... 13136 files and directories currently installed.) > Removing bluetooth (5.50-1) ... > Removing bluez (5.50-1) ... > invoke-rc.d: could not determine current runlevel > invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block. > Removing libasound2:armhf (1.1.8-1) ... > Removing libasound2-data (1.1.8-1) ... > Processing triggers for dbus (1.12.16-1) ... > Processing triggers for libc-bin (2.28-10) ... > (Reading database ... 12765 files and directories currently installed.) > Purging configuration files for bluez (5.50-1) ...
The issue comes from the package libasound2 that has a dependecy to bluez-alsa
apt-cache depends libasound2 libasound2 Dépend: libasound2-data Dépend: libc6 Casse: <bluez-alsa> Casse: libasound2-plugin-equal Casse: libasound2-plugins Suggère: libasound2-plugins
Best regards,
The text was updated successfully, but these errors were encountered:
Sound is part of BT dependency - keep it if used
842c776
drtyhlpr#216 (comment) the whole reduce area could need an update for debian releases
3a61ef9
No branches or pull requests
Hi all,
I observed that when disabling the sound support, Bluetooth related packages are uninstalled.
Please find below the trace printed by the script 99-reduce.sh
The issue comes from the package libasound2 that has a dependecy to bluez-alsa
Best regards,
The text was updated successfully, but these errors were encountered: