Update Debian Compatibility Level#739
Closed
meetgandhi-dev wants to merge 1 commit intoros-infrastructure:masterfrom
Closed
Update Debian Compatibility Level#739meetgandhi-dev wants to merge 1 commit intoros-infrastructure:masterfrom
meetgandhi-dev wants to merge 1 commit intoros-infrastructure:masterfrom
Conversation
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 <meet.gandhi@einfochips.com>
52f68ac to
8981f9b
Compare
Author
|
Hey @cottsay , |
Member
|
There is quite a lot of conversation about bumping this in #643 already. Does this PR address any of the concerns discussed there? |
Author
Contributor
|
@meetgandhi-dev Your PR is clearly a duplicate of #643, which was opened in July 2021 and raises the |
Author
|
sure. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
Additionally, the conditional value for Ubuntu Oneiric has been removed, as the latest version no longer requires it.