On Thu, May 28, 2026 at 11:13:20AM +0200, Thomas Dreibholz wrote: > mongodb-mongosh is not in Debian, since MongoDB is currently(?) not in > Debian. It requires the official MongoDB PPA. If MongoDB is used as > back-end, and the user has configured the MongoDB PPA, APT would then > install mongosh as weak dependency (by default). Would changing the > "Recommends:" to "Suggests:" be suitable (the user then would of course have > to use --install-suggests to get mongosh installed) to fix this bug?
Suggests: is policy-compliant for this usecase. Best, Chris

