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

Update Debian Compatibility Level #739

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

meetgandhi-dev
Copy link

This commit updates the Debian compatibility level to adhere to the recommendations outlined in the Debian documentation: https://www.debian.org/doc/manuals/maint-guide/dother.en.html#compat

This change resolves the following warning generated by debhelper:

dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)

Additionally, the conditional value for Ubuntu Oneiric has been removed, as the latest version no longer requires it.

This commit updates the Debian compatibility level to adhere to the recommendations outlined in the Debian documentation:
https://www.debian.org/doc/manuals/maint-guide/dother.en.html#compat

This change resolves the following warning generated by debhelper:
```text
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
```

Additionally, the conditional value for Ubuntu Oneiric has been removed, as the latest version no longer requires it.

Signed-off-by: Meet Gandhi <[email protected]>
@meetgandhi-dev
Copy link
Author

Hey @cottsay ,
Request to merge this PR: it contains a small update to the Debian compatibility level!

@cottsay
Copy link
Member

cottsay commented Dec 9, 2024

There is quite a lot of conversation about bumping this in #643 already. Does this PR address any of the concerns discussed there?

@meetgandhi-dev
Copy link
Author

@cottsay The purpose of this PR is to address the compat level, as the current version we are using has been deprecated as noted here. This change will enable parallel builds, as outlined here. However, if parallel builds are not required, I am happy to update the PR to disable this feature.

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