Update apt test, hello-traditional is removed in Debian trixie - #85131
Open
leegarrett wants to merge 1 commit into
Open
Update apt test, hello-traditional is removed in Debian trixie#85131leegarrett wants to merge 1 commit into
leegarrett wants to merge 1 commit into
Conversation
hello-traditional is unavailable in the upcoming Debian trixie release, and very likely Ubuntu >= 25.10 will follow suit. So instead, use postfix and exim4 as package conflicts examples, as those two packages conflict each other, are available in all supported Debian and Ubuntu releases, and will exist in this form in the foreseeable future. This is a stop-gap measure. A better way to test this is to use equivs and install the resulting .deb packages. However, "fail_on_autoremove" has no effect when using the deb: parameter (bug to be filed).
Akasurde
reviewed
May 12, 2025
|
|
||
| # INSTALL WITHOUT REMOVALS | ||
| - name: Install hello, that conflicts with hello-traditional | ||
| - name: Install postfix, that conflicts with exim4 |
Member
There was a problem hiding this comment.
Can we create small packages instead of using postfix and exim4?
Member
There was a problem hiding this comment.
Let us rename all occurrences of hello with a variable so that in the future we don't have to change the entire file.
Contributor
Author
There was a problem hiding this comment.
I already have a patch ready that does exactly that, by creating a package with equivs. However, apt with the deb: parameter ignores fail_on_autoremove: yes, and as such the package gets installed (with removing the other), and the test fails. So this is really just a stopgap measure until we get that other bug fixed (it's still on my TODO list to file)
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.
SUMMARY
hello-traditional is unavailable in the upcoming Debian trixie release, and very likely Ubuntu >= 25.10 will follow suit.
So instead, use postfix and exim4 as package conflicts examples, as those two packages conflict each other, are available in all supported Debian and Ubuntu releases, and will exist in this form in the foreseeable future.
This is a stop-gap measure. A better way to test this is to use equivs and install the resulting .deb packages. However, "fail_on_autoremove" has no effect when using the deb: parameter (bug to be filed).
This should ideally also go in the stable-2.19 branch.
ISSUE TYPE