Skip to content
New issue

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

Fix deb package recommended dependencies #4176

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

sblaisot
Copy link
Contributor

@sblaisot sblaisot commented Oct 18, 2023

When a package upgrade needs installing other dependency packages, apt upgrade do not update the package to avoid adding other packages. You have to use apt dist-upgrade or apt install.

By default, apt installs recommended dependencies. so having couchdb as a recommended dependency blocks simple package upgrade from our legacy package on debian buster.

This PR removes couchdb recommended dependency to ease debian buster migration

@sblaisot sblaisot requested a review from a team October 18, 2023 06:19
@sblaisot sblaisot merged commit e77c463 into master Oct 18, 2023
5 checks passed
@sblaisot sblaisot deleted the fix_deb_recommends branch October 18, 2023 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants