Source: ben Severity: normal When using "exact string matching" in a ben file a la:
"""
[...]
is_bad = .build-depends ~ "foo";
[...]
"""
ben reports an error like:
"""
W: Failed to process transition <NAME>: Failure("unable to parse: alex
<!stage1>")
"""
My guess is that ben does not understand the build-profile tag in the
Build-Depends lines.
Thanks,
~Niels

